[libcxx-commits] [PATCH] D149295: [libc++] Make std::bind constexpr-friendly

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 27 07:57:55 PDT 2023


ldionne updated this revision to Diff 517559.
ldionne added a comment.

Rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149295

Files:
  libcxx/include/__functional/bind.h
  libcxx/include/__functional/invoke.h
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/PR23141.pass.cpp
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/PR23141_invoke_not_constexpr.pass.cpp
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0.pass.cpp
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue.pass.cpp
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_rvalue.pass.cpp
  libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149295.517559.patch
Type: text/x-patch
Size: 13433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230427/c7ff2ec8/attachment.bin>


More information about the libcxx-commits mailing list