[libcxx-commits] [PATCH] D125156: [libc++][ranges] Implement `views::drop`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 6 22:56:52 PDT 2022


var-const created this revision.
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 view itself has been implemented previously -- this patch only adds
the ability to pipe it.

Also finishes the implementation of P1739 <https://wg21.link/p1739> and
LWG3407 <https://wg21.link/lwg3407>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125156

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/docs/Status/RangesIssues.csv
  libcxx/include/__ranges/drop_view.h
  libcxx/test/std/ranges/range.adaptors/range.drop/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/adaptor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125156.427816.patch
Type: text/x-patch
Size: 25968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220507/0a121b67/attachment-0001.bin>


More information about the libcxx-commits mailing list