Fixed another ordering priority bug in the C++ parser.

This commit is contained in:
Armin Ronacher 2012-01-25 13:43:49 +01:00
parent 8bac40f752
commit 81d5f7ac47

View File

@ -36,8 +36,8 @@ _operator_re = re.compile(r'''(?x)
| \(\s*\) | \(\s*\)
| \+\+ | -- | \+\+ | --
| ->\*? | \, | ->\*? | \,
| [!<>=/*%+|&^-]=? | (<<|>>)=? | && | \|\|
| (<<|>>)=? | ~ | && | \| | \|\| | [!<>=/*%+|&^~-]=?
''') ''')
_id_shortwords = { _id_shortwords = {