[libcxx-commits] [PATCH] D123600: [libc++][ranges] Implement `views::take`.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 6 03:30:25 PDT 2022
var-const updated this revision to Diff 427584.
var-const added a comment.
Fix the CI.
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/libcxx/lint/lint_modulemap.sh.py
libcxx/test/libcxx/private_headers.verify.cpp
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.427584.patch
Type: text/x-patch
Size: 23869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220506/d63559f7/attachment-0001.bin>
More information about the libcxx-commits
mailing list