Re: [PATCH] libstdc++: Implement LWG 3553 change to split_view

2021-06-18 Thread Jonathan Wakely via Gcc-patches
On Fri, 18 Jun 2021 at 05:01, Patrick Palka via Libstdc++ wrote: > > libstdc++-v3/ChangeLog: > > * include/std/ranges (split_view::_OuterIter::value_type::begin): > Remove the non-const overload, and remove the copyable constraint > on the const overload as per LWG 3553.

[PATCH] libstdc++: Implement LWG 3553 change to split_view

2021-06-17 Thread Patrick Palka via Gcc-patches
libstdc++-v3/ChangeLog: * include/std/ranges (split_view::_OuterIter::value_type::begin): Remove the non-const overload, and remove the copyable constraint on the const overload as per LWG 3553. --- libstdc++-v3/include/std/ranges | 6 -- 1 file changed, 6 deletions(-)