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.
2 parents 3713aa9 + efa1f08 commit 6a18fafCopy full SHA for 6a18faf
ext/PreallocationToolsReverseDiffExt.jl
@@ -1,7 +1,7 @@
1
module PreallocationToolsReverseDiffExt
2
3
using PreallocationTools
4
-isdefined(Base, :get_extension) ? (import ReverseDiff) : (import ..ReverseDiff)
+import ReverseDiff
5
6
# PreallocationTools https://github.com/SciML/PreallocationTools.jl/issues/39
7
function Base.getindex(b::PreallocationTools.LazyBufferCache,
0 commit comments