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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 20 14:24:22 PDT 2020


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

- Make all constructors and members in callable_types constexpr.
- Make invoke use __invoke_constexpr after C++17.
- Update bind_front.pass.cpp to run all tests in a constexpr context as well.
- Remove inline prefix.


Repository:
  rG LLVM Github Monorepo

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.pass.cpp
  libcxx/test/std/utilities/function.objects/func.bind_front/bind_front.verify.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.293033.patch
Type: text/x-patch
Size: 31926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200920/1c9e4036/attachment-0001.bin>


More information about the libcxx-commits mailing list