[all-commits] [llvm/llvm-project] 84a50f: [libc++] Add bind_front function (P0356R5).
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Mar 2 16:18:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84a50f5911bf8300cc4bea1f60673ede2145345b
https://github.com/llvm/llvm-project/commit/84a50f5911bf8300cc4bea1f60673ede2145345b
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M libcxx/docs/Cxx2aStatusIssuesStatus.csv
M libcxx/docs/Cxx2aStatusPaperStatus.csv
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/functional
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/functional.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
A libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
A libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.cpp
M libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp
A libcxx/test/support/callable_types.h
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Add bind_front function (P0356R5).
Implementes [[ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0356r5.html | P0356R5 ]]. Adds `bind_front` to `functional`.
Reviewed By: ldionne, #libc, Quuxplusone
Differential Revision: https://reviews.llvm.org/D60368
More information about the All-commits
mailing list