Skip to content

Commit

Permalink
Use promote_eltype in Broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Nov 7, 2013
1 parent 0396771 commit 5bb9fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function code_broadcasts(name::String, op)
end

function $fname(As::StridedArray...)
$fname_T(promote_type([eltype(A) for A in As]...), As...)
$fname_T(Base.promote_eltype(As...), As...)
end

function $fname{T}(As::StridedArray{T}...)
Expand Down

0 comments on commit 5bb9fd6

Please sign in to comment.