Skip to main content
搜索
🌜
🌞
On this page
CXX5613
不得使用 #undef
依据
通常情况下不需要使用
#undef
。在代码中使用宏时,使用
#undef
可能导致对宏的存在或意义产生困惑。
登录查看完整文章
CXX5613
不得使用 #undef
依据