================ @@ -5592,8 +5589,16 @@ bool Sema::CheckTemplateArgumentList( } else { // Move to the next template parameter. ++Param; + if (PartialOrderingTTP && PackExpansionIntoNonPack) { + SugaredConverted.pop_back(); + CanonicalConverted.pop_back(); + continue; + } ---------------- cor3ntin wrote:
I think this is worth leaving a comment https://github.com/llvm/llvm-project/pull/110963 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits