我正在运行 Eclipse Helios,并且安装了 g++-4.6。希望 g++4.6 实现 C++ 11 特性我没有错。我创建了一个使用 nullptr 和 auto 关键字的 C++ 项目。构建给出以下错误: -
../{filename}.cpp:13:13: error: ‘nullptr’ was not declared in this scope
../{filename}.cpp:14:2: warning: ‘auto’ will change meaning in C++0x; please remove it [-Wc++0x-compat]
实际上,直到昨天它还在建设中。我今天不知从何而来。请帮我解决这个问题。