Re: [HACKERS] PATCH for pgconnection.h - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] PATCH for pgconnection.h
Date
Msg-id 199907090350.XAA07225@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] PATCH for pgconnection.h  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] PATCH for pgconnection.h
List pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> >> 
> >> + #ifdef __sun__
> >> + #ifndef __GNUC__
> >> + using namespace std;
> >> + #endif
> >> + #endif

Yes, never applied.

> The above is really, really ugly, not to say broken, because neither
> being on a Sun nor using gcc have anything to do with whether your
> compiler handles namespaces.  The problem we are looking at here is that
> the C++ standard is a moving target, and some people have compilers that
> are newer than others.
> 
> I think the proper solution is to add a configure-time test to see
> whether a namespace declaration is needed.  We could use configure to
> see whether we need ".h" on the end of C++ include file references, too.
> (That's another thing that's going to be site-dependent for a while to
> come.)

I smell TODO list:
* Add configure test to check for C++ need for *.h and namespaces

Added.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Delaying insertion of default values
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PATCH for pgconnection.h