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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 3 09:27:35 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG13f5579caeee: [libc++] Make std::bind constexpr-friendly (authored by ldionne).

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.519119.patch
Type: text/x-patch
Size: 13433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230503/cbc7f046/attachment.bin>


More information about the libcxx-commits mailing list