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 36450b0 commit f3a4d05Copy full SHA for f3a4d05
src/utils.jl
@@ -14,7 +14,7 @@ if VERSION < v"1.5"
14
import Base.peek
15
end
16
17
-@static if VERSION < v"1.8"
+if VERSION < v"1.8"
18
macro callsite_inline(call)
19
esc(call)
20
0 commit comments