Skip to content

Commit 56e09ab

Browse files
committed
Fixes problem with Swift 2.3
1 parent 1633a41 commit 56e09ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxExample/RxDataSources/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)