Skip to content

Commit

Permalink
Import Base.Iterators on v0.6 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored and jrevels committed Nov 2, 2016
1 parent 185bfad commit ceb9dfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BenchmarkTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ if VERSION < v"0.5.0-dev+4305"
Base.get(io::IO, setting::Symbol, default::Bool) = default
end

if VERSION >= v"0.6.0-dev.1015"
using Base.Iterators
end

const BENCHMARKTOOLS_VERSION = v"0.0.6"

##############
Expand Down

0 comments on commit ceb9dfc

Please sign in to comment.