User profile: ChrisB

User info
User name:ChrisB
History
Joined:
Number of posts:2
Latest posts:

Clang can't find header includes
Apparently clang was targeting "i686-pc-windows-msvc". Adding "-target i686-pc-windows-gnu" to the c...

Clang can't find header includes
I have a program that compiles fine with g++, but using clang++ it seems to choke on standard header...