http://www.cplusplus.com/forum/beginner/104404/3/
-std=c++11
-std=gnu++11
Then you probably just don't have c++11 enabled. Go to the compiler settings and under flags put -std=c++11 or -std=gnu++11
http://www.cplusplus.com/forum/beginner/104404/3/
-std=c++11
-std=gnu++11
Then you probably just don't have c++11 enabled. Go to the compiler settings and under flags put -std=c++11 or -std=gnu++11