[libcxx-commits] [PATCH] D106205: [libcxx][ranges] Add `counted_iterator`.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 27 15:50:35 PDT 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8a48e6dda9f7: [libcxx][ranges] Add `counted_iterator`. (authored by zoecarver).
Changed prior to commit:
https://reviews.llvm.org/D106205?vs=362196&id=362211#toc
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/arrow.pass.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.conv.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/ctor.default.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/ctor.iter.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/decrement.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/deref.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/increment.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_concept_conformance.compile.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.default_sentinel.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.eq.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.iter.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.size.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/plus.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/subscript.pass.cpp
libcxx/test/std/iterators/predef.iterators/counted.iterator/three_way_compare.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106205.362211.patch
Type: text/x-patch
Size: 85644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210727/064fd580/attachment-0001.bin>
More information about the libcxx-commits
mailing list