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 cb72ee1 commit 25d16d2Copy full SHA for 25d16d2
src/deprecated.jl
@@ -79,7 +79,7 @@ function set_cacheval(cache::LinearCache, alg_cache)
79
end
80
81
82
-@static if VERSION >= v"1.9"
+@static if VERSION >= v"1.9" # qualified names only supported in Julia 1.9
83
@deprecate SciMLBase.solve(cache::LinearCache, args...; kwargs...) SciMLBase.solve!(cache::LinearCache,
84
args...;
85
kwargs...) false
0 commit comments