File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -627,14 +627,14 @@ Sema::InstantiatingTemplate::InstantiatingTemplate(
627627 Inst.DeductionInfo = DeductionInfo;
628628 Inst.InstantiationRange = InstantiationRange;
629629 Inst.InConstraintSubstitution =
630- Inst.Kind == CodeSynthesisContext::ConstraintSubstitution;
630+ Inst.Kind == CodeSynthesisContext::ConstraintSubstitution;
631631 Inst.InParameterMappingSubstitution =
632632 Inst.Kind == CodeSynthesisContext::ParameterMappingSubstitution;
633633 if (!SemaRef.CodeSynthesisContexts .empty ()) {
634634 Inst.InConstraintSubstitution |=
635635 SemaRef.CodeSynthesisContexts .back ().InConstraintSubstitution ;
636636 Inst.InParameterMappingSubstitution |=
637- SemaRef.CodeSynthesisContexts .back ().InParameterMappingSubstitution ;\
637+ SemaRef.CodeSynthesisContexts .back ().InParameterMappingSubstitution ;
638638 }
639639
640640 Invalid = SemaRef.pushCodeSynthesisContext (Inst);
You can’t perform that action at this time.
0 commit comments