mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
Remove int64, uint64 typedefs in favor of int64_t / uint64_t.
This commit is contained in:
parent
16a2ad9afd
commit
2fa304d8de
80 changed files with 437 additions and 449 deletions
|
@ -278,7 +278,7 @@ static void tst_select_small(mpbq_manager & m, scoped_mpbq const & l, scoped_mpb
|
|||
std::cout << "choice: " << r << " as decimal: "; m.display_decimal(std::cout, r); std::cout << std::endl;
|
||||
}
|
||||
|
||||
static void tst_select_small(mpbq_manager & m, int64 n1, unsigned k1, int64 n2, unsigned k2, bool expected) {
|
||||
static void tst_select_small(mpbq_manager & m, int64_t n1, unsigned k1, int64_t n2, unsigned k2, bool expected) {
|
||||
scoped_mpbq l(m);
|
||||
scoped_mpbq u(m);
|
||||
m.set(l, n1, k1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue