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 330423e commit 5881c22Copy full SHA for 5881c22
src/Primes.jl
@@ -1,5 +1,5 @@
1
# This includes parts that were formerly a part of Julia. License is MIT: http://julialang.org/license
2
-__precompile__()
+VERSION < v"0.7.0-beta2.199" && __precompile__()
3
module Primes
4
5
using Base.Iterators: repeated
0 commit comments