#error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. Th

来源:互联网 发布:php 5.6 Oracle 编辑:程序博客网 时间:2024/06/05 09:21

     #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.

    出现如标题所示的奇怪错误,用的是g++编译的,后面再加参数 -std=c++0x 或者 -std=gnu++0x 即可。

阅读全文
0 0
原创粉丝点击