We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2613c commit 59f4b86Copy full SHA for 59f4b86
1 file changed
src/vector_of_array.jl
@@ -217,7 +217,7 @@ function Base.firstindex(VA::AbstractVectorOfArray)
217
end
218
219
function Base.lastindex(VA::AbstractVectorOfArray)
220
- Base.depwarn("Linear indexing of `AbstractVectorOfArray` is deprecated", :lastindex)
+ Base.depwarn("Linear indexing of `AbstractVectorOfArray` is deprecated. Change `A[i]` to `A.u[i]` ", :lastindex)
221
return lastindex(VA.u)
222
223
0 commit comments