I\'m trying to compile using g++ and either the -std=c++11 or c++0x flags.
g++
-std=c++11
c++0x
However, I get this error
cc1plus:
I also got same error, compiling with -D flag fixed it, Try this:
g++ -Dstd=c++11