Skip to content

Commit

Permalink
deprecate 2-arg rtoldefault
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 10, 2017
1 parent 1a600b9 commit 4b6a826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,8 @@ end
@deprecate num2hex(x::Union{Float16,Float32,Float64}) hex(reintepret(Unsigned, x), sizeof(x)*2)
@deprecate num2hex(n::Integer) hex(n, sizeof(n)*2)

# PR #22742: change in isapprox semantics
@deprecate rtoldefault(x,y) rtoldefault(x,y,0) false

# END 0.7 deprecations

Expand Down

0 comments on commit 4b6a826

Please sign in to comment.