GCC预处理器中的预定义宏

文档地址:http://gcc.gnu.org/onlinedocs/cpp/Predefined-Macros.html#Predefined-Macros

 

3.7 Predefined Macros

Several object-like macros are predefined; you use them without supplying their definitions. They fall into three classes: standard, common, and system-specific.

In C++, there is a fourth category, the named operators. They act like predefined macros, but you cannot undefine them.

 

你可能感兴趣的:(linux,gcc,cpp,macro)