报错
2>d:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\xkeycheck.h(260): fatal error C1189: #error: The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.
分析
你遇到的错误提示如下:
fatal error C1189: #error: The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.
一、错误原因解析:
该错误说明你的代码或某个头文件中 定义了