I\'ve just started playing around with clang and tried to compile the following sample program:
#include #include int main() {
I got it to compile by using
clang++ test.cpp -std=c++11 -stdlib=libc++