Re: [PATCH v2] c++: P2448 - Relaxing some constexpr restrictions [PR106649]

2022-11-16 Thread Jason Merrill via Gcc-patches
On 11/15/22 19:30, Marek Polacek wrote: On Mon, Nov 14, 2022 at 06:00:58PM -0500, Jason Merrill wrote: On 11/9/22 10:53, Marek Polacek wrote: This patch implements C++23 P2448, which lifts more restrictions on the constexpr keyword. It's effectively going the way of being just a hint (hello, i

[PATCH v2] c++: P2448 - Relaxing some constexpr restrictions [PR106649]

2022-11-15 Thread Marek Polacek via Gcc-patches
On Mon, Nov 14, 2022 at 06:00:58PM -0500, Jason Merrill wrote: > On 11/9/22 10:53, Marek Polacek wrote: > > This patch implements C++23 P2448, which lifts more restrictions on the > > constexpr keyword. It's effectively going the way of being just a hint > > (hello, inline!). > > > > This gist is