错误 C1189 #error: The C++ Standard Library forbids macroizing
keywords. Enable warning C4005 to find the forbidden macro.

c++编译时出现 #error: The C++ Standard Library forbids macroizing keywords

解决方案:在项目->属性->配置属性->C/C++->预处理器->预处理器定义中加入“_XKEYCHECK_H”

c++编译时出现 #error: The C++ Standard Library forbids macroizing keywords

错误 C1189 #error: The C++ Standard Library forbids macroizing
keywords. Enable warning C4005 to find the forbidden macro.

相关文章: