[libcxx-commits] [PATCH] D102809: [libcxx][ranges] Add `ranges::iter_swap`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 15 06:27:41 PDT 2021


zoecarver updated this revision to Diff 352119.
zoecarver added a comment.

Rebase. Apply Louis' comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102809

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/iterator
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/unqualified_lookup_wrapper.h
  libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/iterator_concept_conformance.compile.pass.cpp
  libcxx/test/std/iterators/stream.iterators/istream.iterator/iterator_concept_conformance.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102809.352119.patch
Type: text/x-patch
Size: 13918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210615/e412553d/attachment-0001.bin>


More information about the libcxx-commits mailing list