Skip to content

Commit 048a560

Browse files
authored
Merge pull request #73 from yuyichao/yyc/0.6
Fix 0.6 abstract type declaration depwarn
2 parents 72d937e + f1e4d5a commit 048a560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
julia 0.5
2-
Compat 0.9.5
2+
Compat 0.17.0

src/FixedPointNumbers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using Compat
2020

2121
# T => BaseType
2222
# f => Number of Bytes reserved for fractional part
23-
abstract FixedPoint{T <: Integer, f} <: Real
23+
@compat abstract type FixedPoint{T <: Integer, f} <: Real end
2424

2525

2626
export

0 commit comments

Comments
 (0)