Skip to content

Commit

Permalink
Doxygen error: Found ';' while parsing initializer list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Oct 10, 2016
1 parent d4accb6 commit 985faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner.l
Expand Up @@ -5330,7 +5330,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
<ClassTemplSpec>">"({BN}*"::"{BN}*{SCOPENAME})? {
current->name += yytext;
lineCount();
if (--sharpCount<=0)
if (roundCount==0 && --sharpCount<=0)
{
current->name = removeRedundantWhiteSpace(current->name);
if (current->spec & Entry::Protocol)
Expand Down

0 comments on commit 985faf2

Please sign in to comment.