#undef const, inline, signed, volatile, on the expectation that a C++
Tom Lane <tgl@sss.pgh.pa.us>
#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++.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq++/libpq++.h | modified | +9 −1 |
| src/interfaces/libpq++/pgconnection.h | modified | +9 −1 |