6 Oct
2014
6 Oct
'14
4:47 p.m.
Isn't libstdc++ the default when testing with clang ? If not, what do I have to do to use libstdc++ with clang on Linux ?
Yes I believe it's the default unless you've added libc++ to your include path. If in doubt the output from config_info (config_info.output, located deep under bin.v2) will show you all could want to know. John.