Fix issue when closing potential template instantiation
This commit is contained in:
parent
1548f1d070
commit
5d24aeba9a
@ -2639,7 +2639,6 @@ void ASBeautifier::parseCurrentLine(const string& line)
|
|||||||
}
|
}
|
||||||
if (--templateDepth <= 0)
|
if (--templateDepth <= 0)
|
||||||
{
|
{
|
||||||
ch = ';';
|
|
||||||
isInTemplateInstantiation = false;
|
isInTemplateInstantiation = false;
|
||||||
templateDepth = 0;
|
templateDepth = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user