Skip to content

Commit a07264c

Browse files
Update src/vector_of_array.jl
1 parent 859793e commit a07264c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector_of_array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ function Base.similar(vec::VectorOfArray{
731731
end
732732

733733
# special-case when the multi-dimensional parent array is just an AbstractVector (call the old method)
734-
@inline function Base.similar(vec::VectorOfArray{
734+
function Base.similar(vec::VectorOfArray{
735735
T, N, AT}) where {T, N, AT <: AbstractVector{<:AbstractArray{T}}}
736736
return Base.similar(vec, eltype(vec))
737737
end

0 commit comments

Comments
 (0)