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

Merge pull request #231 from hansonw/master

Fix bug with C++11 static_assert
parents e92edc49 7c257bb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2444,7 +2444,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
					}
<StaticAssert>"("                       {
					  lastSkipRoundContext = FindMembers;
					  roundCount=1;
					  roundCount=0;
                                          BEGIN(SkipRound);
                                        }
<StaticAssert>{BN}+                     { lineCount(); }