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

Vlad Serebrennikov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 6 06:17:43 PST 2025


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

CWG2770 is still open (`clang/www/make_cxx_dr_status` would point you to that; please don't edit cxx_dr_status.html by hand). Do you implement the currently proposed resolution?

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


More information about the libcxx-commits mailing list