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