问题
What standards document(s) specify the behavior of the C and/or C++ pre-processors?
Wikipedia suggests http://www.open-std.org/JTC1/SC22/WG14/www/standards is valid for C99. Is it? What about C++ flavours?
回答1:
The C language standard (ISO/IEC 9899) specifies how the preprocessor behaves in C.
The C++ standard (ISO/IEC 14882) specifies how the preprocessor behaves in C++.
来源:https://stackoverflow.com/questions/34514612/standards-for-the-c-and-or-c-preprocessors