mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixed another ordering priority bug in the C++ parser.
This commit is contained in:
parent
8bac40f752
commit
81d5f7ac47
@ -36,8 +36,8 @@ _operator_re = re.compile(r'''(?x)
|
|||||||
| \(\s*\)
|
| \(\s*\)
|
||||||
| \+\+ | --
|
| \+\+ | --
|
||||||
| ->\*? | \,
|
| ->\*? | \,
|
||||||
| [!<>=/*%+|&^-]=?
|
| (<<|>>)=? | && | \|\|
|
||||||
| (<<|>>)=? | ~ | && | \| | \|\|
|
| [!<>=/*%+|&^~-]=?
|
||||||
''')
|
''')
|
||||||
|
|
||||||
_id_shortwords = {
|
_id_shortwords = {
|
||||||
|
Loading…
Reference in New Issue
Block a user