Skip to content

Commit 05c6711

Browse files
committed
Conditional public
1 parent 484a71b commit 05c6711

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/KWayMerges.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ module KWayMerges
33
using Base.Order: Ordering, Forward, ord, lt
44

55
export kway_merge
6-
public KWayMerger
6+
7+
@static if VERSION >= v"1.11.0"
8+
eval(Meta.parse("public KWayMerger"))
9+
end
710

811
include("heap.jl")
912

0 commit comments

Comments
 (0)