[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
Thu Aug 21 04:08:51 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:

Version number of Android Clang still looks insane. Should we introduce another condition macro?

https://github.com/llvm/llvm-project/pull/143474


More information about the libcxx-commits mailing list