summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scanner.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 5d6845e..89ebb43 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -5771,7 +5771,8 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
specName = &current->name;
BEGIN ( Specialization );
}
-<Bases>"<" {
+<Bases>{BN}*"<" {
+ lineCount();
sharpCount=1;
roundCount=0;
lastSkipSharpContext = YY_START;