[libcxx-commits] [libcxx] [libcxxabi] [libc++] P3247R2: Deprecate `is_trivial(_v)` (PR #130573)
    Nikolas Klauser via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Mon Mar 10 06:49:12 PDT 2025
    
    
  
================
@@ -40,10 +40,14 @@ int main(int, char**)
 #if TEST_STD_VER > 11
     ASSERT_SAME_TYPE(T1, std::aligned_storage_t<10, 1>);
 #endif
-#if TEST_STD_VER <= 17
+#if TEST_STD_VER < 20 // P0767R1
----------------
philnik777 wrote:
Please avoid unrelated changes.
https://github.com/llvm/llvm-project/pull/130573
    
    
More information about the libcxx-commits
mailing list