clang++: 'iostream' file not found
#1
Thu, 2018-03-15 06:49
mcandre
-
- Offline
- 1 day 10 hours ago
- 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.