> isn't it a bug on the clang wrapper if it doesn't switch to a working stdlib > when invoked with -std=c++11
@b4n, no, the libc++ and libstdc++ are not compatible, when invoked as `gcc` clang needs to use the same STL as gcc would so you can link to things compiled with actual gcc. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1618#issuecomment-333264910
