fixed typo in reporting Error
This commit is contained in:
parent
fdac502c39
commit
cb343bd718
|
@ -1129,7 +1129,7 @@ bool TemplateSimplifier::simplifyTemplateInstantiations(
|
|||
if (typeForNewName.empty() || typeParametersInDeclaration.size() != typesUsedInTemplateInstantiation.size()) {
|
||||
if (_settings->debugwarnings) {
|
||||
std::list<const Token *> callstack(1, tok);
|
||||
errorlogger.reportErr(ErrorLogger::ErrorMessage(callstack, &tokenlist, Severity::debug, "debg",
|
||||
errorlogger.reportErr(ErrorLogger::ErrorMessage(callstack, &tokenlist, Severity::debug, "debug",
|
||||
"Failed to instantiate template. The checking continues anyway.", false));
|
||||
}
|
||||
if (typeForNewName.empty())
|
||||
|
|
Loading…
Reference in New Issue