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?
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?
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++.