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 6b369fb commit 8eeec44Copy full SHA for 8eeec44
src/rulesets/Base/nondiff.jl
@@ -41,8 +41,8 @@
41
@non_differentiable getindex(::AbstractArray{Bool}, ::Any...)
42
@non_differentiable hcat(::AbstractArray{Bool}...)
43
@non_differentiable hvcat(::Any, ::AbstractArray{Bool}...)
44
-@non_differentiable insorted(::Any, ::AbstractVector)
45
-@non_differentiable insorted(::Any, ::AbstractRange)
+VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractVector)
+VERSION >= v"1.6" && @non_differentiable insorted(::Any, ::AbstractRange)
46
@non_differentiable isperm(::AbstractArray{Bool})
47
@non_differentiable invperm(::AbstractArray{Bool})
48
@non_differentiable invpermute!(::Any, ::AbstractArray{Bool})
0 commit comments