mirror of
https://github.com/Z3Prover/z3
synced 2026-05-04 01:15:15 +00:00
fix
This commit is contained in:
parent
bd993ca963
commit
ac748d973c
4 changed files with 60 additions and 57 deletions
|
|
@ -317,8 +317,6 @@ class mpz_manager {
|
|||
|
||||
mpz m_two64;
|
||||
|
||||
static int64_t i64(mpz const & a) { return a.value(); }
|
||||
|
||||
void set_big_i64(mpz & c, int64_t v);
|
||||
void set_big_ui64(mpz & c, uint64_t v);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue