[libcxx-commits] [PATCH] D106507: [libcxx][ranges] Add ranges::take_view.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 26 13:44:43 PDT 2021


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

//Actually push// the change with the addressed feedback :P


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106507

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/iterator
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/iterator/counted_iterator.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/take_view.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_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/ranges/range.adaptors/range.take/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/ctor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/sentinel/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/sentinel/ctor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/sentinel/eq.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/size.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/types.h
  libcxx/test/std/ranges/range.adaptors/range.transform/ctad.compile.pass.cpp
  libcxx/test/support/test_iterators.h
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106507.361783.patch
Type: text/x-patch
Size: 118772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210726/46a5b178/attachment-0001.bin>


More information about the libcxx-commits mailing list