[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 Jul 29 12:49:33 PDT 2021


ldionne created this revision.
Herald added a subscriber: mgorny.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This patch is a RFC for implementing the mechanism for range adaptors.
Once we agree on the direction, I will split it up into a few patches
that add the required helpers and add tests for everything in those
patches. The tests I have right now are the strict minimum I added to
make sure things worked.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107098

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/bind_back.h
  libcxx/include/__functional/compose.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/range_adaptor.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__utility/integer_sequence.h
  libcxx/include/functional
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/functional/bind_back.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/functional/compose.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/range_adaptor.module.verify.cpp
  libcxx/test/libcxx/utilities/function.objects/func.bind_back/bind_back.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.all/adaptor.pass.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.362852.patch
Type: text/x-patch
Size: 27850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210729/52962527/attachment-0001.bin>


More information about the libcxx-commits mailing list