Re: C++ and v7.3.2

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Erwin Rol <erwin(at)muffin(dot)org>, Dev <dev(at)umpa-us(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: C++ and v7.3.2
Date: 2003-04-24 22:11:30
Message-ID: 3EA86112.8020208@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I thought namespace::standard was well, standard, default?

Tom Lane wrote:
> Erwin Rol <erwin(at)muffin(dot)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
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-24 22:16:34 Re: has_table_priviledge
Previous Message ahoward 2003-04-24 22:07:09 Re: has_table_priviledge