[libcxx-commits] [PATCH] D117327: [libc++] Fix LWG3390: move_iterator now handles move-only iterators.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 24 08:22:46 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

Ahh I see. Fine with this as-is without the test. I like to have a single commit for this LWG issue. My understanding is that you will then test that (and more) in D117656 <https://reviews.llvm.org/D117656>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117327/new/

https://reviews.llvm.org/D117327



More information about the libcxx-commits mailing list