设置CB下的GCC。
Settings->Compiler->Compiler Settings勾选Have g++ follow the C++11 ISO C++ language standard确定即可!
设置g++ 在g++中使用c++11标准
g++ -std=c++0x a.cpp