On Thu, Jan 14, 2021 at 5:06 PM Jonathan Wakely <jwak...@redhat.com> wrote:
>
> On 13/01/21 01:21 +0000, Paul Fee via Libstdc++ wrote:
> >Add contains member function to basic_string_view and basic_string.
> >
> >The new method is enabled for -std=gnu++20, gnu++2b and c++2b.  This allows
> >users to access the method as a GNU extension to C++20.  The conditional
> >test may be reduced to "__cplusplus > 202011L" once GCC has a c++2b switch.
>
> Thanks for the patch.
>
> A few comments below.
>

Thanks for the feedback, see "[PATCH v2] libstdc++: C++23, implement
WG21 P1679R3" for fixes.

Reply via email to