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