[libcxx-commits] [PATCH] D116950: [libc++] Add the std::ranges::drop range adaptor object

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 10 09:15:27 PST 2022


ldionne updated this revision to Diff 398669.
ldionne added a comment.

Generate missing files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116950

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__fwd/span.h
  libcxx/include/__fwd/string_view.h
  libcxx/include/__ranges/drop_view.h
  libcxx/include/module.modulemap
  libcxx/include/span
  libcxx/include/string_view
  libcxx/test/libcxx/diagnostics/detail.headers/fwd/span.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/fwd/string_view.module.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.drop/adaptor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116950.398669.patch
Type: text/x-patch
Size: 17786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220110/78e1f3ee/attachment.bin>


More information about the libcxx-commits mailing list