Skip to content

Commit

Permalink
Fixes problem with Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Jul 4, 2016
1 parent 1633a41 commit 56e09ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ extension Double : IdentifiableType {

}

#if swift(>=2.3)
#if swift(>=3.0)
extension Float80 : IdentifiableType {
typealias identity = Float80

public var identity: Float80 {
return self
}
}
#endif
#endif

0 comments on commit 56e09ab

Please sign in to comment.