Unquote right_shift in the syntax for overloadable_binary_operator

This commit is contained in:
Petr Onderka 2018-09-01 17:37:18 +02:00 committed by GitHub
parent 8b155d4c9d
commit 9a1a5b89d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3532,7 +3532,7 @@ binary_operator_declarator
overloadable_binary_operator
: '+' | '-' | '*' | '/' | '%' | '&' | '|' | '^' | '<<'
| 'right_shift' | '==' | '!=' | '>' | '<' | '>=' | '<='
| right_shift | '==' | '!=' | '>' | '<' | '>=' | '<='
;
conversion_operator_declarator