Skip to content

[stdlib] Implement SE-0233 AdditiveArithmetic #20422

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 9 commits into from
Nov 10, 2018
Prev Previous commit
Merge branch 'master' into additive-arithmetic
  • Loading branch information
rxwei authored Nov 10, 2018
commit aeadc14f3263b50e839c7adf9e49281eab719e6f
3 changes: 3 additions & 0 deletions test/api-digester/Outputs/stability-stdlib-abi.swift.expected
Original file line number Diff line number Diff line change
@@ -152,6 +152,9 @@ Func _makeAnyHashableUpcastingToHashableBaseType(_:storingResultInto:) has been
Func RandomNumberGenerator._fill(bytes:) has been removed
Func SystemRandomNumberGenerator._fill(bytes:) has been removed

Func _createStringTableCache(_:) has been removed
Struct _StringSwitchContext has been removed

Protocol Numeric has generic signature change from <τ_0_0 : Equatable, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric> to <τ_0_0 : AdditiveArithmetic, τ_0_0 : ExpressibleByIntegerLiteral, τ_0_0.Magnitude : Comparable, τ_0_0.Magnitude : Numeric>
Func Numeric.+(_:) has been removed
Func Numeric.+(_:_:) has been removed
You are viewing a condensed version of this merge commit. You can view the full changes here.