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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 1 17:56:30 PDT 2019


zoecarver updated this revision to Diff 197682.
zoecarver added a comment.

Update based on review:

- fix decay type
- fix move return type
- universal reference parameter args
- tests


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

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
  test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp
  test/support/callable_types.h
  www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60368.197682.patch
Type: text/x-patch
Size: 24591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190502/7ff97af0/attachment-0001.bin>


More information about the libcxx-commits mailing list