我正在使用 Qt Creator 使用 C++11。
"warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]"
"error: 'nullptr' was not declared in this scope"
这是在其他地方工作的代码,相关部分是:
... = nullptr;
可能是什么问题?
这还不是关键字,不是全局范围吗?
我正在使用 Qt Creator 使用 C++11。
"warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]"
"error: 'nullptr' was not declared in this scope"
这是在其他地方工作的代码,相关部分是:
... = nullptr;
可能是什么问题?
这还不是关键字,不是全局范围吗?