我需要在一组宏中包含多行注释,以便其中一个宏启动注释块而另一个宏结束它,如下所示:
#define C_BEGIN /* #define C_END */ ... other macros
但果然,这种方法不起作用.
c++ macros
c++ ×1
macros ×1