diff --git a/src/vector_of_array.jl b/src/vector_of_array.jl index 78442274..eef23eac 100644 --- a/src/vector_of_array.jl +++ b/src/vector_of_array.jl @@ -874,8 +874,6 @@ for (type, N_expr) in [ ] @eval @inline function Base.copyto!(dest::AbstractVectorOfArray, bc::$type) - @show typeof(dest) - error() bc = Broadcast.flatten(bc) N = $N_expr @inbounds for i in 1:N