Commit 322088a
Mark Lacey
Remove unavailable overloads of ++/-- for CGFloat.
I've opened swiftlang/swift#17918 for the
compiler, which removes the operator declarations as well as the
similar unavailable overloads from the stdlib.
The compiler change includes a diagnostic suggesting the use of
'+= 1', just like the message that is used in these removed
overloads (and the ones in the stdlib).1 parent 91e5c25 commit 322088a
1 file changed
+1
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | 634 | | |
659 | 635 | | |
660 | 636 | | |
| |||
0 commit comments