We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750c096 commit f003e2fCopy full SHA for f003e2f
1 file changed
src/algorithms.jl
@@ -193,10 +193,6 @@ macro functiondef(f)
193
@inline function select_algorithm(::typeof($f), A, alg::Alg; kwargs...) where {Alg}
194
return select_algorithm($f!, A, alg; kwargs...)
195
end
196
- @inline function default_algorithm(::typeof($f), A; kwargs...)
197
- return default_algorithm($f!, A; kwargs...)
198
- end
199
- # fix ambiguity error
200
@inline function default_algorithm(::typeof($f), ::Type{A}; kwargs...) where {A}
201
return default_algorithm($f!, A; kwargs...)
202
0 commit comments