diff --git a/src/intervals/arithmetic.jl b/src/intervals/arithmetic.jl index 6e399ca..e0a417c 100644 --- a/src/intervals/arithmetic.jl +++ b/src/intervals/arithmetic.jl @@ -155,11 +155,11 @@ end //(a::Interval, b::Interval) = a / b # to deal with rationals -if VERSION >= v"0.6.0-dev" +if VERSION >= v"0.6.0-dev.1024" const filter = Iterators.filter end -if VERSION < v"0.5" +if VERSION < v"0.5.0-dev+1279" min(x) = x max(x) = x end