Skip to content

Commit

Permalink
Merge pull request #73 from yuyichao/yyc/0.6
Browse files Browse the repository at this point in the history
Fix 0.6 abstract type declaration depwarn
  • Loading branch information
vchuravy authored Feb 12, 2017
2 parents 72d937e + f1e4d5a commit 048a560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.5
Compat 0.9.5
Compat 0.17.0
2 changes: 1 addition & 1 deletion src/FixedPointNumbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ using Compat

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


export
Expand Down

0 comments on commit 048a560

Please sign in to comment.