Skip to content

Commit

Permalink
Merge pull request #510 from lgoettgens/lg/explicitely-import-constru…
Browse files Browse the repository at this point in the history
…ctors

Explicitely import constructors
  • Loading branch information
benlorenz authored Feb 10, 2025
2 parents 7bb95a4 + 93a201c commit c8204a3
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 c8204a3

Please sign in to comment.