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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 21 16:33:08 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: ldionne, cjdb.
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/D106507

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/__ranges/common_view.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/ranges
  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/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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106507.360637.patch
Type: text/x-patch
Size: 42418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210721/90b0f3e6/attachment-0001.bin>


More information about the libcxx-commits mailing list