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

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 18 21:05:50 PDT 2022


var-const updated this revision to Diff 423525.
var-const marked 11 inline comments as done.
var-const added a comment.

Partially address review feedback and rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123600

Files:
  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.423525.patch
Type: text/x-patch
Size: 21302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220419/5ca5c11c/attachment-0001.bin>


More information about the libcxx-commits mailing list