Re: [PATCH 3/3] libstdc++: Implement remaining piece of LWG 3448

2020-08-26 Thread Jonathan Wakely via Gcc-patches
On 26/08/20 16:44 -0400, Patrick Palka via Libstdc++ wrote: Almost all of the proposed resolution for LWG 3448 is already implemented; the only part left is to adjust the return type of transform_view::sentinel::operator-. libstdc++-v3/ChangeLog: LWG 3448 PR libstdc++/95322

[PATCH 3/3] libstdc++: Implement remaining piece of LWG 3448

2020-08-26 Thread Patrick Palka via Gcc-patches
Almost all of the proposed resolution for LWG 3448 is already implemented; the only part left is to adjust the return type of transform_view::sentinel::operator-. libstdc++-v3/ChangeLog: LWG 3448 PR libstdc++/95322 * include/std/ranges (transform_view::__distance_from): Gi