Re: [committed] libstdc++: Implement proposed resolution for LWG 3532

2021-04-30 Thread Jonathan Wakely via Gcc-patches
On 30/04/21 11:07 -0400, Patrick Palka via Libstdc++ wrote: Tested on x86_64-pc-linux-gnu, committed as "obvious". Thanks. OK for 11 and 10 too. libstdc++-v3/ChangeLog: * include/std/ranges (split_view::_InnerIter::operator++): Depend on _Base instead of _Vp directly, as per

[committed] libstdc++: Implement proposed resolution for LWG 3532

2021-04-30 Thread Patrick Palka via Gcc-patches
Tested on x86_64-pc-linux-gnu, committed as "obvious". libstdc++-v3/ChangeLog: * include/std/ranges (split_view::_InnerIter::operator++): Depend on _Base instead of _Vp directly, as per LWG 3532. --- libstdc++-v3/include/std/ranges | 2 +- 1 file changed, 1 insertion(+), 1 deleti