[all-commits] [llvm/llvm-project] b187e0: [libcxx][nfc] Delete `cpp20_input_iterator`'s defa...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Jul 27 15:50:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b187e0389d13d72056c7c15e10bcb7f429a9aa87
https://github.com/llvm/llvm-project/commit/b187e0389d13d72056c7c15e10bcb7f429a9aa87
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M libcxx/test/support/test_iterators.h
Log Message:
-----------
[libcxx][nfc] Delete `cpp20_input_iterator`'s default constructor.
This will make it conform only to the minimum requirements for an `input_iterator`.
Commit: 8a48e6dda9f7fb9c7ae7207dcb9570d2c11255ad
https://github.com/llvm/llvm-project/commit/8a48e6dda9f7fb9c7ae7207dcb9570d2c11255ad
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M libcxx/docs/Status/RangesPaper.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__iterator/counted_iterator.h
M libcxx/include/iterator
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/iterator/counted_iterator.module.verify.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/arrow.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/assign.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/base.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/compare.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/count.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/ctor.conv.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/ctor.default.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/ctor.iter.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/decrement.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/deref.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/increment.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/iter_move.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/iter_swap.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/iterator_concept_conformance.compile.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/iterator_traits.compile.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/member_types.compile.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.default_sentinel.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.eq.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.iter.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/minus.size.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/plus.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/subscript.pass.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/three_way_compare.pass.cpp
Log Message:
-----------
[libcxx][ranges] Add `counted_iterator`.
Differential Revision: https://reviews.llvm.org/D106205
Compare: https://github.com/llvm/llvm-project/compare/86832c9440fb...8a48e6dda9f7
More information about the All-commits
mailing list