================
@@ -264,14 +264,6 @@ class HashParameterMapping : public 
RecursiveASTVisitor<HashParameterMapping> {
 
   UnsignedOrNone OuterPackSubstIndex;
 
-  TemplateArgument getPackSubstitutedTemplateArgument(TemplateArgument Arg) {
-    assert(*SemaRef.ArgPackSubstIndex < Arg.pack_size());
----------------
shafik wrote:

It looks like we lose this assert, was this on purpose?

https://github.com/llvm/llvm-project/pull/161994
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to