Re: [PATCH] libstdc++/ranges: Implement various small LWG issues

2024-10-04 Thread Jonathan Wakely
On Fri, 4 Oct 2024 at 03:09, Patrick Palka wrote: > > Tested on x86_64-pc-linux-gnu, does this look OK for trunk/14 and perhaps > 13? OK for all, thanks. > > -- >8 -- > > This implements the following small LWG issues: > > 3848. adjacent_view, adjacent_transform_view and slide_view missing bas

[PATCH] libstdc++/ranges: Implement various small LWG issues

2024-10-03 Thread Patrick Palka
Tested on x86_64-pc-linux-gnu, does this look OK for trunk/14 and perhaps 13? -- >8 -- This implements the following small LWG issues: 3848. adjacent_view, adjacent_transform_view and slide_view missing base accessor 3851. chunk_view::inner-iterator missing custom iter_move and iter_swap