Skip to content

Commit f06871c

Browse files
committed
fix: declare some functions upfront
1 parent 99f35b8 commit f06871c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/interface_callables_base.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ for c ∈ Symbol[
1313
:ndims, :one, :zero, :oneunit, :widen,
1414
:promote_rule, :convert,
1515
:similar,
16+
:+, :-, :*, :/, ://, :<<, :>>, :>>>, :div, :fld, :cld,
1617
]
1718
@eval function $c end
1819
end

0 commit comments

Comments
 (0)