Skip to content

Commit 83803b2

Browse files
author
Frankie Robertson
committed
Use copy/copyto! from correct place
1 parent d3698a3 commit 83803b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hacks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ function moneypatch_broadcast()
99
methods(Base.Broadcast._broadcast_getindex)...,
1010
methods(Base.Broadcast.materialize)...,
1111
methods(Base.Broadcast.materialize!)...,
12-
methods(Base.Broadcast.copy)...,
13-
methods(Base.Broadcast.copyto!)...,
12+
methods(Base.copy)...,
13+
methods(Base.copyto!)...,
1414
methods(Base.getindex)...
1515
]
1616
m.recursion_relation = function (method1, method2, parent_sig, new_sig)

0 commit comments

Comments
 (0)