eclipse中添加c++11支持

project->properties->C/C++Builders->Settings->C/C++ Compiler->Miscellaneous

在Other flags中添加-std=c++11

注意需要编译器支持C++11,比如最新的gcc 5.1.1

你可能感兴趣的:(eclipse)