I installed Xcode 4.3 and want to test this C++11 program:
#include
int main()
{
}
However, it doesn\'t find the
Howard Hinnant's answer (with corrections) is the correct answer for the command line.
To use the new C++11 standard library inside of Xcode: