@@ -213,8 +213,8 @@ recursive_unitless_eltype(a::Type{Any}) = Any
213213# Should be:
214214# recursive_unitless_eltype(a::Type{T}) where {T<:StaticArray} = similar_type(a,recursive_unitless_eltype(eltype(a)))
215215# But missing from StaticArraysCore
216- recursive_unitless_eltype (a:: Type{StaticArraysCore.SArray{S, T, N, L}} ) where {S, T, N, L} = SArray{S, typeof (one (T)), N, L}
217- recursive_unitless_eltype (a:: Type{StaticArraysCore.MArray{S, T, N, L}} ) where {S, T, N, L} = MArray{S, typeof (one (T)), N, L}
216+ recursive_unitless_eltype (a:: Type{StaticArraysCore.SArray{S, T, N, L}} ) where {S, T, N, L} = StaticArraysCore . SArray{S, typeof (one (T)), N, L}
217+ recursive_unitless_eltype (a:: Type{StaticArraysCore.MArray{S, T, N, L}} ) where {S, T, N, L} = StaticArraysCore . MArray{S, typeof (one (T)), N, L}
218218recursive_unitless_eltype (a:: Type{StaticArraysCore.SizedArray{S, T, N, M, TData}} ) where {
219219 S, T, N, M, TData} = StaticArraysCore. SizedArray{S, typeof (one (T)), N, M, TData}
220220
0 commit comments