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 51e15db commit f627147Copy full SHA for f627147
src/RootedTrees.jl
@@ -1600,7 +1600,8 @@ function __init__()
1600
Threads.resize_nthreads!(PARTITION_ITERATOR_BUFFER_EDGE_SET_TMP,
1601
Vector{Bool}(undef, BUFFER_LENGTH))
1602
1603
- @static # explicit precompilation on Julia v1.8 and newer
+ return nothing
1604
+end
1605
@static if VERSION >= v"1.8"
1606
include("precompile.jl")
1607
end
0 commit comments