Skip to content

Commit

Permalink
Wrong way
Browse files Browse the repository at this point in the history
  • Loading branch information
andyferris authored Sep 8, 2017
1 parent 2dd43db commit 603ee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapreduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 603ee5e

Please sign in to comment.