Re: C++ and v7.3.2 - Mailing list pgsql-general

From Dennis Gearon
Subject Re: C++ and v7.3.2
Date
Msg-id 3EA86112.8020208@cvc.net
Whole thread Raw
In response to Re: C++ and v7.3.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: C++ and v7.3.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I thought namespace::standard was well, standard, default?

Tom Lane wrote:
> Erwin Rol <erwin@muffin.org> writes:
>
>>It looks like a namespace problem. string is in the std namespace, and
>>just using "string" will  not work unless you have a "using namespace
>>std;" or by putting "std::string" instead of "string".
>
>
> It might be a good idea to look at libpqxx from gborg.postgresql.org.
> libpq++ is old, crufty, and not really being maintained (it's not part
> of the standard PG distribution as of 7.3).
>
>             regards, tom lane
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-general by date:

Previous
From: ahoward
Date:
Subject: Re: has_table_priviledge
Next
From: Tom Lane
Date:
Subject: Re: has_table_priviledge