Skip to content

Commit 603ee5e

Browse files
authored
Wrong way
1 parent 2dd43db commit 603ee5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapreduce.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# The following type signature for map() matches any list of AbstractArrays,
88
# provided at least one is a static array.
9-
if VERSION > v"0.7.0-"
9+
if VERSION < v"0.7.0-"
1010
@inline function map(f, as::Union{SA,AbstractArray}...) where {SA<:StaticArray}
1111
_map(f, same_size(as...), as...)
1212
end

0 commit comments

Comments
 (0)