diff --git a/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift b/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift index 905ff796..59cc95fc 100644 --- a/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift +++ b/RxExample/RxDataSources/DataSources/FloatingPointType+IdentifiableType.swift @@ -24,6 +24,7 @@ extension Double : IdentifiableType { } +#if swift(>=2.3) extension Float80 : IdentifiableType { typealias identity = Float80 @@ -31,3 +32,4 @@ extension Float80 : IdentifiableType { return self } } +#endif \ No newline at end of file