P0356R5 Simplified partial function application
authorJonathan Wakely <jwakely@redhat.com>
Thu, 7 Mar 2019 14:15:53 +0000 (14:15 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 7 Mar 2019 14:15:53 +0000 (14:15 +0000)
commit9ae2a7c39995fe2830360d87331500efc1fc6f15
tree661834222054024347051c564fa9c5d16f312a58
parent20faba6ddf316ea84b764b305ec1f9372f7f0ebd
P0356R5 Simplified partial function application

* include/std/functional [C++20] (_Bind_front, _Bind_front_t): Define
helpers for bind_front.
(bind_front, __cpp_lib_bind_front): Define.
* testsuite/20_util/function_objects/bind_front/1.cc: New test.

From-SVN: r269455
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/function_objects/bind_front/1.cc [new file with mode: 0644]