Skip to content

Commit ffae8f4

Browse files
authored
Merge pull request #74 from JuliaGraphics/teh/fix_bcast_0.6
Eliminate specialization for broadcast on 0.6
2 parents 65b0c0d + 9bec7e2 commit ffae8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ColorVectorSpace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ end
290290

291291
if VERSION < v"0.6.0-dev.1839"
292292
include("dots.jl")
293-
else
293+
elseif VERSION < v"0.6.0-pre.beta.101"
294294
Base.Broadcast.eltypestuple(c::Colorant) = Tuple{typeof(c)}
295295
end
296296

0 commit comments

Comments
 (0)