Commit 3466e86
committed
Use only bits types for CONTAINER_TYPES
A change introduced in Julia 0.7 made BigInt a subtype of Signed. The
change resulted in the code including BigInt in the CONTAINER_TYPES
which resulted in an exceptions since BigInt is not a bits type.
JuliaLang/julia#234731 parent 769a89e commit 3466e86
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments