We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d937e + f1e4d5a commit 048a560Copy full SHA for 048a560
REQUIRE
@@ -1,2 +1,2 @@
1
julia 0.5
2
-Compat 0.9.5
+Compat 0.17.0
src/FixedPointNumbers.jl
@@ -20,7 +20,7 @@ using Compat
20
21
# T => BaseType
22
# f => Number of Bytes reserved for fractional part
23
-abstract FixedPoint{T <: Integer, f} <: Real
+@compat abstract type FixedPoint{T <: Integer, f} <: Real end
24
25
26
export
0 commit comments