Commit e5b3dbe7 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #231 from hansonw/master

Fix bug with C++11 static_assert
parents e92edc49 7c257bb5
...@@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP}) ...@@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
} }
<StaticAssert>"(" { <StaticAssert>"(" {
lastSkipRoundContext = FindMembers; lastSkipRoundContext = FindMembers;
roundCount=1; roundCount=0;
BEGIN(SkipRound); BEGIN(SkipRound);
} }
<StaticAssert>{BN}+ { lineCount(); } <StaticAssert>{BN}+ { lineCount(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment