[libcxx-commits] [PATCH] D123600: [libc++][ranges] Implement `views::take`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 12 05:55:30 PDT 2022


var-const created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
var-const requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The views itself has been implemented previously -- this patch only adds
the ability to pipe it.

Also implements P1739 <https://wg21.link/p1739> and LWG3407 <https://wg21.link/lwg3407>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123600

Files:
  libcxx/docs/Status/RangesIssues.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__fwd/span.h
  libcxx/include/__fwd/string_view.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/module.modulemap
  libcxx/include/span
  libcxx/include/string_view
  libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/adaptor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123600.422199.patch
Type: text/x-patch
Size: 31023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220412/878f7380/attachment-0001.bin>


More information about the libcxx-commits mailing list