Skip to content

Commit 5c3ffd1

Browse files
committed
Update to broadcast API changes in base
1 parent 6e4d603 commit 5c3ffd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapreduce.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Base.map!{F}(f::F, dest::DArray, src::DArray) = begin
99
return dest
1010
end
1111

12-
Base.Broadcast.containertype{D<:DArray}(::Type{D}) = DArray
12+
Base.Broadcast._containertype{D<:DArray}(::Type{D}) = DArray
1313

1414
Base.Broadcast.promote_containertype(::Type{DArray}, ::Type{DArray}) = DArray
1515
Base.Broadcast.promote_containertype(::Type{DArray}, ::Type{Array}) = DArray

0 commit comments

Comments
 (0)