[libcxx-commits] [libcxx] [libc++][test] Test LWG3819: `reference_meows_from_temporary` should not use `is_meowible` (PR #143474)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 31 23:52:37 PDT 2025
================
@@ -66,6 +67,25 @@ constexpr bool test() {
test_reference_converts_from_temporary<const int&, long, true>();
+#if defined(TEST_COMPILER_GCC) || (defined(TEST_CLANG_VER) && TEST_CLANG_VER >= 2100)
----------------
philnik777 wrote:
This should probably be the other way around. i.e. run this code unless we have a compiler that doesn't support it. Otherwise we will forget about this.
https://github.com/llvm/llvm-project/pull/143474
More information about the libcxx-commits
mailing list