[libcxx-commits] [PATCH] D107098: [libc++] Implement the underlying mechanism for range adaptors

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 26 11:07:51 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGee44dd8062a2: [libc++] Implement the underlying mechanism for range adaptors (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107098

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/range_adaptor.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/range_adaptor.module.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.all/all.nodiscard.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.all/all.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/adaptor.nodiscard.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107098.368934.patch
Type: text/x-patch
Size: 22086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210826/0038b897/attachment-0001.bin>


More information about the libcxx-commits mailing list