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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 16 18:20:21 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: cjdb, ldionne.
Herald added a subscriber: mgorny.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

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/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.359508.patch
Type: text/x-patch
Size: 64103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210717/dff30bef/attachment-0001.bin>


More information about the libcxx-commits mailing list