[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
Tue Aug 10 09:42:09 PDT 2021
ldionne updated this revision to Diff 365516.
ldionne marked 5 inline comments as done.
ldionne added a comment.
Address review comments except bumping the required Standard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107785/new/
https://reviews.llvm.org/D107785
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__functional/bind_back.h
libcxx/include/__functional/compose.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/utilities/function.objects/func.bind.partial/bind_back.pass.cpp
libcxx/test/libcxx/utilities/function.objects/func.bind.partial/compose.pass.cpp
libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107785.365516.patch
Type: text/x-patch
Size: 27901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210810/c4a207b2/attachment-0001.bin>
More information about the libcxx-commits
mailing list