This is an archive of the discontinued LLVM Phabricator instance.

Implement part of P0031; adding `constexpr` to `move_iterator`
ClosedPublic

Authored by mclow.lists on Oct 20 2016, 8:30 AM.

Details

Summary

This just does the move_iterator bits of http://wg21.link/P0031 - not any of the other parts.
This duplicates some (but not all) of the work that was done in D20915 and D22584.

Again, the whole reason for this is all the tests.

Diff Detail

Event Timeline

mclow.lists retitled this revision from to Implement part of P0031; adding `constexpr` to `move_iterator`.
mclow.lists updated this object.
mclow.lists added a subscriber: cfe-commits.
mclow.lists added inline comments.
include/iterator
1559

These changes are just getting rid of tabs.

mclow.lists accepted this revision.Nov 2 2016, 8:40 AM
mclow.lists added a reviewer: mclow.lists.

Committed as revision 285818

This revision is now accepted and ready to land.Nov 2 2016, 8:40 AM
mclow.lists closed this revision.Nov 2 2016, 8:40 AM