您的位置:首页 > 编程语言 > C语言/C++

C++中使用array报错 requires compiler and library surpport for the ISO c++ 2011 standard

2016-01-08 12:23 851 查看
#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.
 

意思很明显就是编译器要支持2011标准才可以,从编译器那里加上-std=c++11 or -std=gnu++11就可以了

stackoverflow上链接http://stackoverflow.com/questions/13836898/regex-in-c-requires-compiler-support-error

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: