Skip to content

Commit 9fc88e0

Browse files
committed
Import operators to avoid deprecation warnings on 0.4-dev
1 parent 0c55728 commit 9fc88e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FixedPointNumbers.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module FixedPointNumbers
22

33
using Compat
44

5-
import Base: convert, promote_rule, show, showcompact, isinteger, abs, decompose,
5+
import Base: ==, <, <=, -, +, *, /,
6+
convert, promote_rule, show, showcompact, isinteger, abs, decompose,
67
isnan, isinf, isfinite,
78
zero, one, typemin, typemax, realmin, realmax, eps, sizeof, reinterpret,
89
trunc, round, floor, ceil, bswap,

0 commit comments

Comments
 (0)