Re: C++ and v7.3.2
От | Dennis Gearon |
---|---|
Тема | Re: C++ and v7.3.2 |
Дата | |
Msg-id | 3EA86112.8020208@cvc.net обсуждение исходный текст |
Ответ на | Re: C++ and v7.3.2 (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: C++ and v7.3.2
|
Список | 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 по дате отправления: