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 2dd43db commit 603ee5eCopy full SHA for 603ee5e
src/mapreduce.jl
@@ -6,7 +6,7 @@
6
7
# The following type signature for map() matches any list of AbstractArrays,
8
# provided at least one is a static array.
9
-if VERSION > v"0.7.0-"
+if VERSION < v"0.7.0-"
10
@inline function map(f, as::Union{SA,AbstractArray}...) where {SA<:StaticArray}
11
_map(f, same_size(as...), as...)
12
end
0 commit comments