Skip to content

Replace ++ with += - #467

Merged
aemaeth-me merged 1 commit into
SwiftyJSON:masterfrom
glennrfisher:master
Mar 15, 2016
Merged

Replace ++ with +=#467
aemaeth-me merged 1 commit into
SwiftyJSON:masterfrom
glennrfisher:master

Conversation

@glennrfisher

Copy link
Copy Markdown
Contributor

The increment (++) and decrement (--) operators will be deprecated with Swift 3.

For more information, see proposal SE-0004: https://github.com/apple/swift-evolution/blob/master/proposals/0004-remove-pre-post-inc-decrement.md

The increment (++) and decrement (--) operators will be deprecated with Swift 3.

For more information, see proposal SE-0004: https://github.com/apple/swift-evolution/blob/master/proposals/0004-remove-pre-post-inc-decrement.md
@rfdickerson

Copy link
Copy Markdown

I think this would be very good addition, since our Swift Package Manager project that uses SwiftyJSON reports this warning during our build.

aemaeth-me added a commit that referenced this pull request Mar 15, 2016
@aemaeth-me
aemaeth-me merged commit fe96b92 into SwiftyJSON:master Mar 15, 2016
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.

3 participants