[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 28 12:14:46 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 rG0f4b41e03853: [libcxx][ranges] Add ranges::take_view. (authored by zoecarver).

Changed prior to commit:
  https://reviews.llvm.org/D106507?vs=362215&id=362491#toc

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/__ranges/take_view.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/take_view.module.verify.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/range_concept_conformance.compile.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_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106507.362491.patch
Type: text/x-patch
Size: 39796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210728/5a5d3a85/attachment-0001.bin>


More information about the libcxx-commits mailing list