mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 12:55:52 +00:00
more cleanup
This commit is contained in:
parent
a8586746be
commit
6ee3941523
17 changed files with 328 additions and 104 deletions
|
@ -1768,7 +1768,6 @@ void mpz_manager<SYNCH>::display_hex(std::ostream & out, mpz const & a, unsigned
|
|||
#endif
|
||||
}
|
||||
out.copyfmt(fmt);
|
||||
out << std::dec;
|
||||
}
|
||||
|
||||
void display_binary_data(std::ostream &out, unsigned val, unsigned numBits) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue