Re: [PATCH] P0356R5 Simplified partial function application

2019-03-07 Thread Jonathan Wakely
On 07/03/19 14:15 +, Jonathan Wakely wrote: * 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. I'm consideri

Re: [PATCH] P0356R5 Simplified partial function application

2019-03-07 Thread Jonathan Wakely
On 07/03/19 14:15 +, Jonathan Wakely wrote: * 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. The new test

[PATCH] P0356R5 Simplified partial function application

2019-03-07 Thread Jonathan Wakely
* 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. Tested powerpc64le-linux, committed to trunk. commit 1944c1ed