[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:38 PDT 2025
================
@@ -66,6 +67,25 @@ constexpr bool test() {
test_reference_constructs_from_temporary<const int&, long, true>();
+#if defined(TEST_COMPILER_GCC) || (defined(TEST_CLANG_VER) && TEST_CLANG_VER >= 2100)
+ // TODO: Remove this guard once no supported Clang is affected by https://github.com/llvm/llvm-project/issues/114344.
----------------
philnik777 wrote:
```suggestion
// TODO: Remove this guard once no supported Clang is affected by https://llvm.org/PR114344.
```
https://github.com/llvm/llvm-project/pull/143474
More information about the libcxx-commits
mailing list