Skip to content

Commit

Permalink
fix deprecations of \cdot and \times (#26884)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored and JeffBezanson committed Apr 23, 2018
1 parent 43fe63c commit 692408c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -797,8 +797,8 @@ end
@deprecate_stdlib triu LinearAlgebra true
@deprecate_stdlib vecdot LinearAlgebra true
@deprecate_stdlib vecnorm LinearAlgebra true
# @deprecate_stdlib LinearAlgebra true
# @deprecate_stdlib × LinearAlgebra true
@deprecate_stdlib $(:) LinearAlgebra true
@deprecate_stdlib $(:×) LinearAlgebra true

## types that were re-exported from Base
@deprecate_stdlib Diagonal LinearAlgebra true
Expand Down

0 comments on commit 692408c

Please sign in to comment.