[libcxx-commits] [PATCH] D123003: [libc++] Remove redundant __invoke_constexpr functions
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 3 12:53:35 PDT 2022
philnik created this revision.
philnik added reviewers: ldionne, Mordante, EricWF, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
There are `constexpr` versions for the different `__invoke` functions, which seem to be identical other than begin `constexpr` since C++11 instead of being `constexpr` since C++20.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123003
Files:
libcxx/include/tuple
libcxx/include/type_traits
libcxx/include/variant
libcxx/test/libcxx/utilities/function.objects/func.require/bullet_1_2_3.pass.cpp
libcxx/test/libcxx/utilities/function.objects/func.require/bullet_4_5_6.pass.cpp
libcxx/test/libcxx/utilities/function.objects/func.require/invoke_helpers.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123003.420074.patch
Type: text/x-patch
Size: 15510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220403/96047b0c/attachment.bin>
More information about the libcxx-commits
mailing list