[libcxx-commits] [PATCH] D106205: [libcxx][ranges] Add `counted_iterator`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 26 09:12:33 PDT 2021


zoecarver updated this revision to Diff 361688.
zoecarver marked 3 inline comments as done.
zoecarver added a comment.

Apply all review comments except for moving files around.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106205

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/iterator
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/iterator/counted_iterator.module.verify.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/assign.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/base.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/compare.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/count.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/ctor.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/deref.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/iter_move.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/iter_swap.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/iterator_traits.compile.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/member_types.compile.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/minus_minus.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/plus.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/plus_plus.pass.cpp
  libcxx/test/std/iterators/predef.iterators/counted.iterator/subscript.pass.cpp
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106205.361688.patch
Type: text/x-patch
Size: 75111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210726/15d2e87f/attachment-0001.bin>


More information about the libcxx-commits mailing list