Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit e0e4a70

Browse files
committed
Don't define iscomplex
This was deprecated in 0.2, and after JuliaLang/julia@562d895 it stops the package from loading
1 parent 157b34c commit e0e4a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/predicates.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numeric_predicates = (:(Base.iseven), :(Base.ispow2), :(Base.isfinite), :(Base.isprime), :(Base.isinf), :(Base.isodd))
22

3-
type_predicates = (:(Base.isinteger), :(Base.isreal), :(Base.iscomplex))
3+
type_predicates = (:(Base.isinteger), :(Base.isreal))
44

55
container_predicates = (:(Base.isempty),)
66

0 commit comments

Comments
 (0)