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](https://s2.51cto.com/images/blog/202510/25001345_68fba5b9d1ff09648.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
![在这里插入图片描述 [Error] #error This file requires compiler and library support for the ISO C++ 2011 standard. This s_c++11_02](https://s2.51cto.com/images/blog/202510/25001346_68fba5ba13fed68788.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
![在这里插入图片描述 [Error] #error This file requires compiler and library support for the ISO C++ 2011 standard. This s_c++0x_03](https://s2.51cto.com/images/blog/202510/25001346_68fba5ba47b8e58541.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_30,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=/resize,m_fixed,w_1184)
















