Re: [PATCH] Complete __gnu_test::basic_string<>::compare support

2022-10-12 Thread Jonathan Wakely via Gcc-patches
On Wed, 10 Aug 2022 at 19:31, François Dumont via Libstdc++ wrote: > > Here is another patch to complete __gnu_debug::basic_string<> Standard > conformity. This one is adding the missing compare overloads. > > I also would like to propose to change how __gnu_debug::basic_string<> > is tested. I co

[PATCH] Complete __gnu_test::basic_string<>::compare support

2022-08-10 Thread François Dumont via Gcc-patches
Here is another patch to complete __gnu_debug::basic_string<> Standard conformity. This one is adding the missing compare overloads. I also would like to propose to change how __gnu_debug::basic_string<> is tested. I considered activating checks when _GLIBCXX_ASSERTIONS is defined but it turn