Rename C23 keyword - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Rename C23 keyword
Date
Msg-id 08abc832-1384-4aca-a535-1a79765b565e@eisentraut.org
Whole thread Raw
Responses Re: Rename C23 keyword
List pgsql-hackers
constexpr is a keyword in C23.  Rename a conflicting identifier for
future-proofing.

Obviously, C23 is way in the future, but this is a hard error that 
prevents any further exploration.  (To be clear: This only happens if 
you explicitly select C23 mode.  I'm not aware of a compiler where this 
is the default yet.)


Attachment

pgsql-hackers by date:

Previous
From: Ning
Date:
Subject: Re: psql client does not handle WSAEWOULDBLOCK on Windows
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Add crc32(text) & crc32(bytea)