We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47912d4 commit ed7f980Copy full SHA for ed7f980
standard/lexical-structure.md
@@ -982,7 +982,7 @@ operator_or_punctuator
982
| '+' | '-' | ASTERISK | SLASH | '%' | '&' | '|' | '^' | '!' | '~'
983
| '=' | '<' | '>' | '?' | '??' | '::' | '++' | '--' | '&&' | '||'
984
| '->' | '==' | '!=' | '<=' | '>=' | '+=' | '-=' | '*=' | '/=' | '%='
985
- | '&=' | '|=' | '^=' | '<<' | '<<=' | '=>'
+ | '&=' | '|=' | '^=' | '<<' | '<<=' | '=>' | '..'
986
;
987
988
right_shift
0 commit comments