We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872675d commit f1e4d5aCopy full SHA for f1e4d5a
2 files changed
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