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 22f5335 commit 8294c7bCopy full SHA for 8294c7b
src/ArrayInterface.jl
@@ -14,7 +14,7 @@ using Base: @propagate_inbounds, tail, OneTo, LogicalIndex, Slice, ReinterpretAr
14
15
16
## utilites for internal use only ##
17
-@static if VERSION >= v"1.7.0-DEV.421"
+@static if isdefined(Base, Symbol("@constprop"))
18
using Base: @constprop
19
else
20
macro constprop(_, ex)
0 commit comments