#undef const, inline, signed, volatile, on the expectation that a C++
compiler will understand them. configure may have #define'd them to empty because the local C compiler doesn't understand them, but this may very well cause a C++ compilation to fail, so don't do it in C++.
Showing
Please register or sign in to comment