[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:34 PDT 2024
================
@@ -412,6 +445,30 @@ class SubstTemplateTemplateParmStorage
std::optional<unsigned> PackIndex);
};
+class DeducedTemplateStorage : public UncommonTemplateNameStorage,
----------------
cor3ntin wrote:
I think a comment describing when this is useful would be beneficial
https://github.com/llvm/llvm-project/pull/94981
More information about the cfe-commits
mailing list