[libcxx-commits] [PATCH] D123003: [libc++] Remove redundant __invoke_constexpr functions
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 4 09:01:26 PDT 2022
Mordante added a comment.
Looks like a nice cleanup to me, thanks!
================
Comment at: libcxx/test/libcxx/utilities/function.objects/func.require/bullet_1_2_3.pass.cpp:255
#if TEST_STD_VER >= 11
void test_derived_from_ref_wrap() {
int x = 42;
----------------
Can we test this function as `constexpr` or is there other test coverage?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123003/new/
https://reviews.llvm.org/D123003
More information about the libcxx-commits
mailing list