mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
45e67ddcf2
commit
12cca1e9b2
1 changed files with 23 additions and 22 deletions
|
@ -2250,10 +2250,11 @@ public class CPPTemplates {
|
|||
}
|
||||
|
||||
if (!matchTemplateTemplateParameters(((ICPPTemplateTemplateParameter) pp).getTemplateParameters(),
|
||||
((ICPPTemplateTemplateParameter) ap).getTemplateParameters()) )
|
||||
((ICPPTemplateTemplateParameter) ap).getTemplateParameters())) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!pp.isParameterPack())
|
||||
pi++;
|
||||
ai++;
|
||||
|
|
Loading…
Add table
Reference in a new issue