Re: [PATCH 4/4] libstdc++: Implement ranges::slide_view from P2442R1

2022-09-13 Thread Jonathan Wakely via Gcc-patches
On Mon, 12 Sept 2022 at 17:48, Patrick Palka via Libstdc++ wrote: > > This also implements the LWG 3711 and 3712 changes to slide_view. OK, thanks.

[PATCH 4/4] libstdc++: Implement ranges::slide_view from P2442R1

2022-09-12 Thread Patrick Palka via Gcc-patches
This also implements the LWG 3711 and 3712 changes to slide_view. libstdc++-v3/ChangeLog: * include/std/ranges (__detail::__slide_caches_nothing): Define. (__detail::__slide_caches_last): Define. (__detail::__slide_caches_first): Define. (slide_view): Define.