================ @@ -857,7 +857,8 @@ class PackDeductionScope { if (auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>( TemplateParams->getParam(Index))) { if (!NTTP->isExpandedParameterPack()) - if (auto *Expansion = dyn_cast<PackExpansionType>(NTTP->getType())) + if (auto *Expansion = dyn_cast<PackExpansionType>( + S.Context.getUnconstrainedType(NTTP->getType()))) ---------------- cor3ntin wrote:
https://cplusplus.github.io/CWG/issues/2982.html I'd say lets do that and if it changes we can revisit. how does that sound? https://github.com/llvm/llvm-project/pull/121296 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits