You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great, thanks for that cross-ref to the Base issue, this is definitely an issue which would need to be resolved in Base.
zeros(MVector{3, Float64}, 3) just calls the Base implementation of zeros and I don't think it would be helpful for StaticArrays to depart from how other mutable types are treated when passed to zeros.
The memory is shared. Is it expected or a bug?
The text was updated successfully, but these errors were encountered: