Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Revert "Fix #51"
Browse files Browse the repository at this point in the history
No longer necessary after JuliaLang/julia@a448e08
  • Loading branch information
simonster committed Jan 10, 2014
1 parent 38be71c commit 0bbd18d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,6 @@ Base.(:^)(a, ::NAtype) = NA
Base.(:^)(::NAtype, ::Integer) = NA
Base.(:^)(::NAtype, ::Number) = NA

# ambiguity...
@swappable Base.(:-)(A::Diagonal, B::DataMatrix) = full(A) - B
@swappable Base.(:-)(A::Diagonal, B::AbstractDataMatrix) = full(A) - B

for (vf, sf) in ((:(Base.(:+)), :(Base.(:+))),
(:(Base.(:.+)), :(Base.(:+))),
(:(Base.(:-)), :(Base.(:-))),
Expand Down

0 comments on commit 0bbd18d

Please sign in to comment.