Fixes problem with Swift 2.3

This commit is contained in:
Krunoslav Zaher 2016-07-04 07:02:49 +02:00
parent 1633a4192e
commit 56e09abb11
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ extension Double : IdentifiableType {
}
#if swift(>=2.3)
#if swift(>=3.0)
extension Float80 : IdentifiableType {
typealias identity = Float80
@ -32,4 +32,4 @@ extension Float80 : IdentifiableType {
return self
}
}
#endif
#endif