mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
don't flush stream when printing param vals
This commit is contained in:
parent
d4490738bc
commit
d30cb55bae
13 changed files with 14 additions and 14 deletions
|
@ -29,7 +29,7 @@ void dyn_ack_params::updt_params(params_ref const & _p) {
|
|||
m_dack_gc_inv_decay = p.dack_gc_inv_decay();
|
||||
}
|
||||
|
||||
#define DISPLAY_PARAM(X) out << #X"=" << X << std::endl;
|
||||
#define DISPLAY_PARAM(X) out << #X"=" << X << '\n';
|
||||
|
||||
void dyn_ack_params::display(std::ostream & out) const {
|
||||
DISPLAY_PARAM((unsigned)m_dack);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue