From Marshall Clow, how to get C++11 support with the bundled clang on Mac OS X:
clang++ -std=c++0x -stdlib=libc++ |
This will use the new libc++.
From Marshall Clow, how to get C++11 support with the bundled clang on Mac OS X:
clang++ -std=c++0x -stdlib=libc++ |
This will use the new libc++.