[clang] [Clang] Implement CWG2517 Useless restriction on use of parameter in constraint-expression (PR #132919)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 25 06:53:29 PDT 2025
================
@@ -32,6 +32,26 @@ enum E2 : S<E2>::I { e };
#endif
} // namespace cwg2516
+namespace cwg2517 { // cwg2517: 23
----------------
cor3ntin wrote:
Surely you mean 21?
https://github.com/llvm/llvm-project/pull/132919
More information about the cfe-commits
mailing list