[libcxx-commits] [PATCH] D60368: Add bind_front function (P0356R5)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 22 19:57:16 PDT 2019


zoecarver updated this revision to Diff 216761.
zoecarver added a comment.
Herald added a subscriber: christof.

- updates not_fn constraints
- adds constexpr
- updates perfect forwarding to be perfect
- enables constraints on bind_front and perfect forwarding wrapper
- more tests for bind_front
- fix 3184
- implement P1651 <https://reviews.llvm.org/P1651>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60368/new/

https://reviews.llvm.org/D60368

Files:
  libcxx/include/functional
  libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.fail.cpp
  libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp
  libcxx/test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp
  libcxx/test/support/callable_types.h
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60368.216761.patch
Type: text/x-patch
Size: 30985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190823/6826d101/attachment-0001.bin>


More information about the libcxx-commits mailing list