Re: [PATCH] libstdc++: Add missing P0896 changes to

2020-10-02 Thread Jonathan Wakely via Gcc-patches
On 01/10/20 10:35 -0400, Patrick Palka via Libstdc++ wrote: I noticed that the following changes from this paper were not yet implemented. Oops, thanks. OK to commit after testing on x86_64-pc-linux-gnu finishes successfully? libstdc++-v3/ChangeLog: * include/bits/stl_iterator.h (re

[PATCH] libstdc++: Add missing P0896 changes to

2020-10-01 Thread Patrick Palka via Gcc-patches
I noticed that the following changes from this paper were not yet implemented. OK to commit after testing on x86_64-pc-linux-gnu finishes successfully? libstdc++-v3/ChangeLog: * include/bits/stl_iterator.h (reverse_iterator::iter_move): Define for C++20 as per P0896. (rev