[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:57:14 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:
Thanks for the post cleanup! Just learned how to deal with these unresolved issues in the future :)
https://github.com/llvm/llvm-project/pull/102857
More information about the libcxx-commits
mailing list