Re: [PATCH 1/3] libstdc++: Apply the move_iterator changes described in P1207R4

2020-02-04 Thread Jonathan Wakely
On 04/02/20 16:23 -0500, Patrick Palka wrote: On Tue, 4 Feb 2020, Jonathan Wakely wrote: On 03/02/20 21:07 -0500, Patrick Palka wrote: > These changes are needed for some of the tests in the constrained algorithm > patch, because they use move_iterator with an uncopyable output_iterator. > The

Re: [PATCH 1/3] libstdc++: Apply the move_iterator changes described in P1207R4

2020-02-04 Thread Patrick Palka
On Tue, 4 Feb 2020, Jonathan Wakely wrote: > On 03/02/20 21:07 -0500, Patrick Palka wrote: > > These changes are needed for some of the tests in the constrained algorithm > > patch, because they use move_iterator with an uncopyable output_iterator. > > The > > other changes described in the paper

Re: [PATCH 1/3] libstdc++: Apply the move_iterator changes described in P1207R4

2020-02-04 Thread Jonathan Wakely
On 03/02/20 21:07 -0500, Patrick Palka wrote: These changes are needed for some of the tests in the constrained algorithm patch, because they use move_iterator with an uncopyable output_iterator. The other changes described in the paper are already applied, it seems. libstdc++-v3/ChangeLog:

[PATCH 1/3] libstdc++: Apply the move_iterator changes described in P1207R4

2020-02-03 Thread Patrick Palka
These changes are needed for some of the tests in the constrained algorithm patch, because they use move_iterator with an uncopyable output_iterator. The other changes described in the paper are already applied, it seems. libstdc++-v3/ChangeLog: * include/bits/stl_iterator.h (move_iterat