mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
Cosmetics.
This commit is contained in:
parent
01d99c5643
commit
e606c63656
1 changed files with 23 additions and 22 deletions
|
@ -2255,10 +2255,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