求助,GCC4.8.1问题
GCC4.8.1不是说完全支持C++11么
我一用auto 自动类型推断的变量 就报错。。
总是报错 does not name a type
was not declared in this scope
[解决办法]
加上-std=c++0x
发布时间: 2013-08-16 14:29:57 作者: rapoo
求助,GCC4.8.1问题
GCC4.8.1不是说完全支持C++11么
我一用auto 自动类型推断的变量 就报错。。
总是报错 does not name a type
was not declared in this scope
[解决办法]
加上-std=c++0x