Re: [committed] libstdc++: Define __cpp_lib_constexpr_string macro

2021-04-30 Thread Jonathan Wakely via Gcc-patches
On 28/04/21 16:14 +0100, Jonathan Wakely wrote: As noted in r11-1339-gb6ab9ecd550227684643b41e9e33a4d3466724d8 we define a non-standard __cpp_lib_constexpr_char_traits feature test macro to indicate support for P0426R1 and P1032R1. At some point last year the __cpp_lib_constexpr_string macro was

[committed] libstdc++: Define __cpp_lib_constexpr_string macro

2021-04-28 Thread Jonathan Wakely via Gcc-patches
As noted in r11-1339-gb6ab9ecd550227684643b41e9e33a4d3466724d8 we define a non-standard __cpp_lib_constexpr_char_traits feature test macro to indicate support for P0426R1 and P1032R1. At some point last year the __cpp_lib_constexpr_string macro was retconned to indicate support for those papers. Th