Skip to content

Commit

Permalink
Explicitely import constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Feb 10, 2025
1 parent 7bb95a4 commit 93a201c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Polymake.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export @pm, @convert_to, visual
# We need to import all functions which will be extended on the Cxx side
# FIXME: check with imports of LibPolymake further down
import Base: ==, <, <=, *, -, +, //, ^, div, rem, one, zero,
append!, deepcopy_internal, delete!, numerator, denominator,
empty!, Float64, getindex, in, intersect, intersect!, isempty, isfinite,
append!, BigFloat, deepcopy_internal, delete!, numerator, denominator,
empty!, Float64, getindex, in, Int, Int64, intersect, intersect!, isempty, isfinite,
length, numerator, push!, resize!,
setdiff, setdiff!, setindex!, symdiff, symdiff!,
union, union!
Expand Down

0 comments on commit 93a201c

Please sign in to comment.