[libcxx-commits] [PATCH] D149295: [libc++] Make std::bind constexpr-friendly
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 2 13:40:50 PDT 2023
ldionne updated this revision to Diff 518848.
ldionne added a comment.
Rebase for CI
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.518848.patch
Type: text/x-patch
Size: 13433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230502/3446232b/attachment-0001.bin>
More information about the libcxx-commits
mailing list