clang++: 'iostream' file not found

1 post / 0 new
#1 Thu, 2018-03-15 06:49
mcandre
  • mcandre's picture
  • Offline
  • Last seen: 1 day 10 hours ago
  • Joined: 2016-02-09

How do I configure my Alpine box so that clang++ can find the traditional "iostream" header?

For now, I'll just use g++, but it would be cooler to have the fuller static analysis capabilities of clang++ for improving my C/C++ code.