Skip to main content

CXX5613

不得使用 #undef

依据

通常情况下不需要使用 #undef 。在代码中使用宏时,使用 #undef 可能导致对宏的存在或意义产生困惑。

登录查看完整文章