cdde253e40
Bug: skia:10680 Bug: skia:11088 Bug: skia:11127 Change-Id: I25ea288d03df13147b31bc4ca4b224bbe2fa924e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/350030 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
17 lines
545 B
Plaintext
17 lines
545 B
Plaintext
### Compilation failed:
|
|
|
|
error: 1: operator '~' is not allowed
|
|
error: 3: operator '%' is not allowed
|
|
error: 4: operator '%=' is not allowed
|
|
error: 6: operator '<<' is not allowed
|
|
error: 7: operator '<<=' is not allowed
|
|
error: 8: operator '>>' is not allowed
|
|
error: 9: operator '>>=' is not allowed
|
|
error: 11: operator '&' is not allowed
|
|
error: 12: operator '&=' is not allowed
|
|
error: 13: operator '|' is not allowed
|
|
error: 14: operator '|=' is not allowed
|
|
error: 15: operator '^' is not allowed
|
|
error: 16: operator '^=' is not allowed
|
|
13 errors
|