Skip to content

Commit e13e39d

Browse files
committed
Merge pull request #23 from samuelpowell/patch-1
Import operators to avoid deprecation warnings on 0.4-dev
2 parents 0c55728 + 9fc88e0 commit e13e39d

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)