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 7152d54 commit 705f287Copy full SHA for 705f287
src/Experimental/Traversals/bfs.jl
@@ -4,7 +4,7 @@ import Base:sort!
4
struct NOOPSortAlg <: Base.Sort.Algorithm end
5
const NOOPSort = NOOPSortAlg()
6
7
-sort!(x, ::Integer, ::Integer, ::NOOPSortAlg, ::Base.Sort.Ordering) = x
+sort!(x::AbstractVector, ::Integer, ::Integer, ::NOOPSortAlg, ::Base.Sort.Ordering) = x
8
9
struct BFS{T<:Base.Sort.Algorithm} <: TraversalAlgorithm
10
sort_alg::T
0 commit comments