Commit b47eedd
committed
#2 - Remove Int as a builtin type
The Int type in Julia is a aliases to either Int64 or Int32 depending on computer architecture. And thus, when trying to define the class_of which receives Int we are actually either defining for Int64 or Int32 and thus redefining it, giving out an warning during precompilation1 parent bc29f0f commit b47eedd
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments