Skip to content

Commit 2682819

Browse files
authored
Fix searchsorted in Core.Compiler (#43918)
1 parent 5cd31b5 commit 2682819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/sort.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ using .Base: copymutable, LinearIndices, length, (:),
1010
AbstractVector, @inbounds, AbstractRange, @eval, @inline, Vector, @noinline,
1111
AbstractMatrix, AbstractUnitRange, isless, identity, eltype, >, <, <=, >=, |, +, -, *, !,
1212
extrema, sub_with_overflow, add_with_overflow, oneunit, div, getindex, setindex!,
13-
length, resize!, fill, Missing, require_one_based_indexing, keytype
13+
length, resize!, fill, Missing, require_one_based_indexing, keytype,
14+
UnitRange, max, min
1415

1516
using .Base: >>>, !==
1617

0 commit comments

Comments
 (0)