Re: C++ keywords in headers (was Re: [GENERAL] #include <funcapi.h>)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Peter Geoghegan <peter.geoghegan86@gmail.com>, Magnus Hagander <magnus@hagander.net>, Andrew Dunstan <andrew@dunslane.net>, Peter Eisentraut <peter_e@gmx.net>, Craig Ringer <craig@postnewspapers.com.au>, Elliot Chance <elliotchance@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-12-27T20:12:34Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes: > Excerpts from Peter Geoghegan's message of lun dic 27 16:13:33 -0300 2010: >> constexpr >> decltype >> nullptr >> static_assert > I think only constexpr is being currently used from this list, and it's > easily fixed because it's not exposed beyond a single file. If you're looking at the usage in predtest.c, it's not an issue since it's not in a header file. There's no ambition here to make our .c files compilable in C++. regards, tom lane