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 cfce6f0 commit bde6945Copy full SHA for bde6945
src/patches.jl
@@ -97,7 +97,7 @@ Base.getindex(ref::UseRef) = Core.Compiler.getindex(ref)
97
Base.iterate(uses::UseRefIterator) = Core.Compiler.iterate(uses)
98
Base.iterate(uses::UseRefIterator, st) = Core.Compiler.iterate(uses, st)
99
100
-@static if VERSION < v"1.8-"
+@static if VERSION < v"1.7-"
101
Base.iterate(p::Core.Compiler.Pair) = Core.Compiler.iterate(p)
102
Base.iterate(p::Core.Compiler.Pair, st) = Core.Compiler.iterate(p, st)
103
end
0 commit comments