C:\Program Files (x86)\Dev-Cpp\MinGW64\lib\gcc\x86_64-w64-mingw32\4.9.2\include\c++\bits\c++0x_warning.h [Error] #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.在Dev-C++中编译boost的时候遇到这个错误。

解决办法

[Error] #error This file requires compiler and library support for the ISO C++ 2011 standard. This s_c++0x


[Error] #error This file requires compiler and library support for the ISO C++ 2011 standard. This s_c++11_02


[Error] #error This file requires compiler and library support for the ISO C++ 2011 standard. This s_c++0x_03