[libcxx-commits] [PATCH] D60368: Add bind_front function (P0356R5)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 6 13:51:42 PDT 2019
zoecarver created this revision.
zoecarver added reviewers: mclow.lists, EricWF, howard.hinnant.
Herald added subscribers: libcxx-commits, ldionne.
Implementes P0356R5 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0356r5.html>. Adds `bind_front` to `functional`.
Repository:
rCXX libc++
https://reviews.llvm.org/D60368
Files:
include/functional
test/std/utilities/function.objects/func.bind_front/bind_front.fail.cpp
test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60368.194031.patch
Type: text/x-patch
Size: 5196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190406/9be93648/attachment.bin>
More information about the libcxx-commits
mailing list