[libcxx-commits] [clang] [libcxx] [Clang] Implement CWG2369 "Ordering between constraints and substitution" (PR #102857)

Younan Zhang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 6 07:05:25 PST 2025


================
@@ -174,6 +174,26 @@ static_assert(!__is_layout_compatible(StructWithAnonUnion, StructWithAnonUnion3)
 #endif
 } // namespace cwg2759
 
+#if __cplusplus >= 202002L
+namespace cwg2770 { // cwg2770: 20
----------------
zyn0217 wrote:

Yes, I implemented what that issue proposed.

I saw the script removing the entire cwg2770 line after I added this test. Could you instruct me on what to do with it? Should we leave out the test until the issue gets resolved?

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


More information about the libcxx-commits mailing list