Skip to content

Commit 31619a1

Browse files
committed
Adapts for Xcode 7.3.1
1 parent 2440c19 commit 31619a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/DataSources/FloatingPointType+IdentifiableType.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ extension Double : IdentifiableType {
2424

2525
}
2626

27+
#if swift(>=2.3)
2728
extension Float80 : IdentifiableType {
2829
typealias identity = Float80
2930

3031
public var identity: Float80 {
3132
return self
3233
}
3334
}
35+
#endif

0 commit comments

Comments
 (0)