C++ project using postgresql source - Mailing list pgsql-hackers

From Kiswono Prayogo
Subject C++ project using postgresql source
Date
Msg-id 99024f5f1003060326p4ca8bee5xf93a845e668fbe33@mail.gmail.com
Whole thread Raw
Responses Re: C++ project using postgresql source
List pgsql-hackers
Hi, good day everyone ^^
i got these errors: primnodes.h:1155: error: expected unqualified-id
before ‘using’
when i tried to compile plv8 project using g++,

could postgresql use/chage variable name considering also C++ keywords?
that is:
# using
# typeid
# typename
# namespace
# delete

detailed error: http://plv8js.pastebin.com/QtDPb496

thank you~
flames anyone?

--
Regards,
Kiswono P
GB


pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: SQL compatibility reminder: MySQL vs PostgreSQL
Next
From: Peter Eisentraut
Date:
Subject: Re: C++ project using postgresql source