Skip to content

Commit c8dec8c

Browse files
committed
---
yaml --- r: 323390 b: refs/heads/tensorflow-next c: 04fd96c h: refs/heads/master
1 parent e99eb39 commit c8dec8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 13bdf03d5e758e56a505bcbe87e06ffae0556e9f
1464+
refs/heads/tensorflow-next: 04fd96c24d71543fadbdbcf1e0d32317e9004a4a

branches/tensorflow-next/stdlib/public/core/Integers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public extension AdditiveArithmetic where Self : ExpressibleByIntegerLiteral {
133133
///
134134
/// Zero is the identity element for addition. For any value,
135135
/// `x + .zero == x` and `.zero + x == x`.
136+
@_transparent
136137
static var zero: Self {
137138
return 0
138139
}

0 commit comments

Comments
 (0)