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 7883552 commit 3e9346bCopy full SHA for 3e9346b
src/utils/create_array.jl
@@ -1,3 +1,4 @@
1
+# TODO: this shouldn't be there (type piracy); remove once https://github.com/JuliaSymbolics/SymbolicUtils.jl/pull/679 has been merged!
2
function Symbolics.SymbolicUtils.Code.create_array(::Type{<:Base.ReshapedArray{T, N, P}}, S, nd::Val, d::Val, elems...) where {T, N, P}
3
Symbolics.SymbolicUtils.Code.create_array(P, S, nd, d, elems...)
4
end
0 commit comments