[libcxx-commits] [libcxx] [libc++][test] Test LWG3819: `reference_meows_from_temporary` should not use `is_meowible` (PR #143474)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 1 00:55:06 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)
----------------
frederick-vs-ja 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.
IIUC its major version was still 21 and Android Clang 22 is not yet a thing.
https://github.com/llvm/llvm-project/pull/143474
More information about the libcxx-commits
mailing list