DiffEqBase.jl icon indicating copy to clipboard operation
DiffEqBase.jl copied to clipboard

Use code generation and deprecate __has_ property functions

Open devmotion opened this issue 6 years ago • 0 comments

Similar to what I speculated about in https://github.com/JuliaDiffEq/DiffEqBase.jl/pull/318#issuecomment-521131006. Actually I think probably one should not use generated functions since the function body would have to be generated for every different type of f (correct me if that's wrong).

devmotion avatar Aug 14 '19 21:08 devmotion