Skip to content

Commit 3e2908e

Browse files
authored
Explicitly import Number before extending (#669)
1 parent 569ff3c commit 3e2908e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.9.32"
3+
version = "0.9.33"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/ApproxFunBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import Base: values, convert, getindex, setindex!, *, +, -, ==, <, <=, >, |, !,
4848
sinc, cosc, log1p, log, expm1, tan,
4949
max, min, cbrt, atan, acos, asin, chop,
5050
axes, IndexStyle, IndexLinear, typed_hcat, parent,
51-
AbstractMatrix, AbstractVector
51+
AbstractMatrix, AbstractVector, Number
5252

5353
import Base.Broadcast: BroadcastStyle, Broadcasted, AbstractArrayStyle,
5454
broadcastable, DefaultArrayStyle, broadcasted

0 commit comments

Comments
 (0)