Re: Rename C23 keyword

2024-08-12 Thread Peter Eisentraut
On 06.08.24 16:00, Robert Haas wrote: On Tue, Aug 6, 2024 at 4:04 AM Peter Eisentraut wrote: 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:

Re: Rename C23 keyword

2024-08-06 Thread Robert Haas
On Tue, Aug 6, 2024 at 4:04 AM Peter Eisentraut wrote: > 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 expli

Rename C23 keyword

2024-08-06 Thread Peter Eisentraut
this is the default yet.) From fa0f5ce119bff1bafd9fd278334c5caad242b6d2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 6 Aug 2024 09:51:20 +0200 Subject: [PATCH] Rename C23 keyword constexpr is a keyword in C23. Rename a conflicting identifier for future-proofing. --- src/ba