[libcxx-commits] [PATCH] D107785: [libc++] Add the __bind_back and __compose helpers

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 9 15:02:07 PDT 2021


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

Those are going to be used to implement range adaptors,
see D107098 <https://reviews.llvm.org/D107098> for details.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107785

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/bind_back.h
  libcxx/include/__functional/compose.h
  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/utilities/function.objects/func.bind.partial/bind_back.pass.cpp
  libcxx/test/libcxx/utilities/function.objects/func.bind.partial/compose.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107785.365294.patch
Type: text/x-patch
Size: 25734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210809/91fc88e0/attachment-0001.bin>


More information about the libcxx-commits mailing list