[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
Tue Mar 8 13:22:17 PST 2022


ldionne updated this revision to Diff 413925.
ldionne added a comment.
Herald added a project: All.

Rebasing onto main -- after talking with @var-const, he'll commandeer this because I'm busy with other stuff at the moment, and we should really get this landed.


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.413925.patch
Type: text/x-patch
Size: 17877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220308/3163654d/attachment-0001.bin>


More information about the libcxx-commits mailing list