[all-commits] [llvm/llvm-project] 89a7bd: [libc++] Add the __bind_back and __compose helpers
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Aug 11 07:08:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89a7bdb1f37a29d810edfeb00ab51a9bc2f73a1a
https://github.com/llvm/llvm-project/commit/89a7bdb1f37a29d810edfeb00ab51a9bc2f73a1a
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__functional/bind_back.h
A libcxx/include/__functional/compose.h
M libcxx/include/functional
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/functional/bind_back.module.verify.cpp
A libcxx/test/libcxx/diagnostics/detail.headers/functional/compose.module.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/func.bind.partial/bind_back.pass.cpp
A libcxx/test/libcxx/utilities/function.objects/func.bind.partial/compose.pass.cpp
M libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
Log Message:
-----------
[libc++] Add the __bind_back and __compose helpers
Those are going to be used to implement range adaptors,
see D107098 for details.
Differential Revision: https://reviews.llvm.org/D107785
More information about the All-commits
mailing list