tmp/tmpz2g7u4_a/{from.md → to.md}
RENAMED
|
@@ -12,9 +12,10 @@ operator-function-id:
|
|
| 12 |
'operator' operator
|
| 13 |
```
|
| 14 |
|
| 15 |
``` bnf
|
| 16 |
literal-operator-id:
|
| 17 |
-
'operator'
|
|
|
|
| 18 |
```
|
| 19 |
|
| 20 |
|
|
|
|
| 12 |
'operator' operator
|
| 13 |
```
|
| 14 |
|
| 15 |
``` bnf
|
| 16 |
literal-operator-id:
|
| 17 |
+
'operator' string-literal identifier
|
| 18 |
+
'operator' user-defined-string-literal
|
| 19 |
```
|
| 20 |
|
| 21 |
|