Skip to content

Commit 26f7127

Browse files
committed
Fixes for Swift 2.3
1 parent 9928be6 commit 26f7127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/DataSources/FloatingPointType+IdentifiableType.swift

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

2525
}
2626

27-
#if swift(>=2.3)
27+
#if swift(>=3.0)
2828
extension Float80 : IdentifiableType {
2929
typealias identity = Float80
3030

3131
public var identity: Float80 {
3232
return self
3333
}
3434
}
35-
#endif
35+
#endif

0 commit comments

Comments
 (0)