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(
627
627
Inst.DeductionInfo = DeductionInfo;
628
628
Inst.InstantiationRange = InstantiationRange;
629
629
Inst.InConstraintSubstitution =
630
- Inst.Kind == CodeSynthesisContext::ConstraintSubstitution;
630
+ Inst.Kind == CodeSynthesisContext::ConstraintSubstitution;
631
631
Inst.InParameterMappingSubstitution =
632
632
Inst.Kind == CodeSynthesisContext::ParameterMappingSubstitution;
633
633
if (!SemaRef.CodeSynthesisContexts .empty ()) {
634
634
Inst.InConstraintSubstitution |=
635
635
SemaRef.CodeSynthesisContexts .back ().InConstraintSubstitution ;
636
636
Inst.InParameterMappingSubstitution |=
637
- SemaRef.CodeSynthesisContexts .back ().InParameterMappingSubstitution ;\
637
+ SemaRef.CodeSynthesisContexts .back ().InParameterMappingSubstitution ;
638
638
}
639
639
640
640
Invalid = SemaRef.pushCodeSynthesisContext (Inst);
You can’t perform that action at this time.
0 commit comments