Re: [PATCH] libcpp: Enable P1949R7 for C++98 too [PR100977]

2021-11-30 Thread Jason Merrill via Gcc-patches
On 11/30/21 13:19, Jakub Jelinek wrote: On Mon, Nov 29, 2021 at 05:53:58PM -0500, Jason Merrill wrote: I'm inclined to go ahead and change C++98 as well; I doubt anyone is relying on the particular C++98 extended character set rules, and we already accept the union of the different sets when not

[PATCH] libcpp: Enable P1949R7 for C++98 too [PR100977]

2021-11-30 Thread Jakub Jelinek via Gcc-patches
On Mon, Nov 29, 2021 at 05:53:58PM -0500, Jason Merrill wrote: > I'm inclined to go ahead and change C++98 as well; I doubt anyone is relying > on the particular C++98 extended character set rules, and we already accept > the union of the different sets when not pedantic. Ok, here is an incrementa