Twiddle C++ configuration checks so that we #include <string> (if
Tom Lane <tgl@sss.pgh.pa.us>
Twiddle C++ configuration checks so that we #include <string> (if it exists) before testing 'using namespace std'. This is necessary on some C++ setups where the compiler won't take a 'using' until you've included a header that mentions namespace std. (Pretty braindead if you ask me, but...)
Files
| Path | Change | +/− |
|---|---|---|
| src/configure | modified | +437 −430 |
| src/configure.in | modified | +26 −13 |