You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eval Base.$f(v::OffsetVector, x, ilo::T, ihi::T, o::Base.Ordering) where T<:Integer=
835
-
$_safe_f(v, x, ilo, ihi, o)
836
-
end
827
+
ifVERSION<v"1.12.0-DEV.1713"
828
+
# The Base implementations are fixed in https://github.com/JuliaLang/julia/pull/56464 and https://github.com/JuliaLang/julia/pull/56474
829
+
# we therefore limit these specializations to older versions of julia
837
830
838
-
ifVERSION<=v"1.2"
839
-
# ambiguity warnings in earlier versions
831
+
# we may pass the searchsorted* functions to the parent, and wrap the offset
840
832
for f in [:searchsortedfirst, :searchsortedlast, :searchsorted]
0 commit comments