[libcxx-commits] [libcxx] [libc++][test] Test LWG3819: `reference_meows_from_temporary` should not use `is_meowible` (PR #143474)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 1 00:45:14 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)
----------------
Zingam wrote:
> I'm now attempting to expect Android Clang 22 and Apple Clang 18 will pick up the change...
FYI According to announcement on Google groups next Android Toolchain was branched off on May 3rd, so it seems it won't get your change for now.
https://github.com/llvm/llvm-project/pull/143474
More information about the libcxx-commits
mailing list