Running astyle [ci skip].
This commit is contained in:
parent
de66eedd54
commit
5861a3844a
|
@ -1782,13 +1782,13 @@ void TemplateSimplifier::simplifyTemplates(
|
|||
}
|
||||
|
||||
const bool instantiated = TemplateSimplifier::simplifyTemplateInstantiations(tokenlist,
|
||||
errorlogger,
|
||||
_settings,
|
||||
*iter1,
|
||||
specializations,
|
||||
maxtime,
|
||||
templateInstantiations,
|
||||
expandedtemplates);
|
||||
errorlogger,
|
||||
_settings,
|
||||
*iter1,
|
||||
specializations,
|
||||
maxtime,
|
||||
templateInstantiations,
|
||||
expandedtemplates);
|
||||
if (instantiated)
|
||||
instantiatedTemplates.push_back(*iter1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue