GCC compiler not recognizing c++11?

Oct 20, 2014 at 6:50pm
How can I fix this?
Oct 20, 2014 at 6:54pm
-std=c++11
Oct 20, 2014 at 6:54pm
g++ -std=c++11 main.cpp
Topic archived. No new replies allowed.