Re: [PATCH] libstdc++: Implement LWG 3904 change to lazy_split_view's iterator

2023-04-11 Thread Jonathan Wakely via Gcc-patches
On Tue, 11 Apr 2023 at 15:58, Patrick Palka via Libstdc++ wrote: > > Tested on x86_64-pc-linux-gnu, does this look OK for trunk/12? OK for all, thanks. (This hasn't been approved by LWG yet, but it should be soon.) > > libstdc++-v3/ChangeLog: > > * include/std/ranges (lazy_split_view::_

[PATCH] libstdc++: Implement LWG 3904 change to lazy_split_view's iterator

2023-04-11 Thread Patrick Palka via Gcc-patches
Tested on x86_64-pc-linux-gnu, does this look OK for trunk/12? libstdc++-v3/ChangeLog: * include/std/ranges (lazy_split_view::_OuterIter::_OuterIter): Propagate _M_trailing_empty in the const-converting constructor as per LWG 3904. * testsuite/std/ranges/adaptors/a