================ @@ -1385,6 +1385,11 @@ ExprResult Parser::ParseLambdaExpressionAfterIntroducer( Diag(RAngleLoc, diag::err_lambda_template_parameter_list_empty); } else { + // We increase the template depth before recursing into a requires-clause. + // The abbreviated generic lambdas thereof could have different template + // depths, avoiding substituting into wrong template parameters during the ---------------- zyn0217 wrote:
Done. https://github.com/llvm/llvm-project/pull/80656 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits