在尝试着用NOILinux写程序的时候发现如下报错:
usr/include/c++/4.4/c++0x_warning.h:31: error: #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 o
看起来好像是并不支持c++11啊,如果要是想用的话还要加编译参数,请教下各位大神这样的话在评分的时候9会不会有影响?
(使用的是NOI官网首页2013年1月7日更新的那版。)
usr/include/c++/4.4/c++0x_warning.h:31: error: #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 o
看起来好像是并不支持c++11啊,如果要是想用的话还要加编译参数,请教下各位大神这样的话在评分的时候9会不会有影响?
(使用的是NOI官网首页2013年1月7日更新的那版。)
