Skip to content

Commit ed7f980

Browse files
RexJaeschkeBillWagner
authored andcommitted
Add range operator
1 parent 47912d4 commit ed7f980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/lexical-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ operator_or_punctuator
982982
| '+' | '-' | ASTERISK | SLASH | '%' | '&' | '|' | '^' | '!' | '~'
983983
| '=' | '<' | '>' | '?' | '??' | '::' | '++' | '--' | '&&' | '||'
984984
| '->' | '==' | '!=' | '<=' | '>=' | '+=' | '-=' | '*=' | '/=' | '%='
985-
| '&=' | '|=' | '^=' | '<<' | '<<=' | '=>'
985+
| '&=' | '|=' | '^=' | '<<' | '<<=' | '=>' | '..'
986986
;
987987
988988
right_shift

0 commit comments

Comments
 (0)