From 0.7.0 to 0.7.1/0.7.2 an error triggered regarding Float80.
Pods/Stencil/Sources/Expression.swift:205:21: Use of undeclared type 'Float80'
Looks like:
override func compare(lhs: Float80, rhs: Float80) -> Bool
Isn't Float80 an architecture dependent type?
From
0.7.0to0.7.1/0.7.2an error triggered regardingFloat80.Looks like:
Isn't
Float80an architecture dependent type?