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.