您的位置:首页 > 其它

Ubuntu下Code::Blocks错误

2015-01-04 11:51 671 查看
#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.#endif

解决方法:工程上右键,选择build options,在compiler settings里面,有列表,选择c++0x支持。

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