[clang] [clang-tools-extra] [clang] Implement CWG2398 provisional TTP matching to class templates (PR #94981)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 09:50:35 PDT 2024
================
@@ -326,6 +320,48 @@ namespace classes {
// expected-error at -1 {{no matching function for call}}
}
} // namespace packs
+ namespace nested {
----------------
cor3ntin wrote:
Do we need more tests?
Maybe add the example from #100692 ?
https://github.com/llvm/llvm-project/pull/94981
More information about the cfe-commits
mailing list