Skip to content

Remove unavailable overloads of ++/-- for CGFloat. #1632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2018
Merged

Remove unavailable overloads of ++/-- for CGFloat. #1632

merged 1 commit into from
Jul 14, 2018

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Jul 13, 2018

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).

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).
@rudkx
Copy link
Contributor Author

rudkx commented Jul 13, 2018

@swift-ci Please test

@rudkx rudkx merged commit 7e6647d into swiftlang:master Jul 14, 2018
@rudkx rudkx deleted the remove-unavailable-inc-dec-for-cgfloat branch July 14, 2018 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants