Re: [PATCH 1/2] libstdc++: Move down definitions of ranges::cbegin/cend/cetc

2023-04-14 Thread Jonathan Wakely via Gcc-patches
On Fri, 14 Apr 2023 at 05:02, Patrick Palka via Libstdc++ wrote: > > This moves down the definitions of the const range access CPOs to after > the definition of input_range in preparation for implementing P2287R4 > which redefines these CPOs in a way that indirectly uses input_range. > > tested

[PATCH 1/2] libstdc++: Move down definitions of ranges::cbegin/cend/cetc

2023-04-13 Thread Patrick Palka via Gcc-patches
This moves down the definitions of the const range access CPOs to after the definition of input_range in preparation for implementing P2287R4 which redefines these CPOs in a way that indirectly uses input_range. tested on x86_64-pc-linux-gnu, does this look OK for trunk? libstdc++-v3/ChangeLog: