mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05: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
|
@ -85,7 +85,7 @@ void smt_params::updt_params(context_params const & p) {
|
|||
m_model = p.m_model;
|
||||
}
|
||||
|
||||
#define DISPLAY_PARAM(X) out << #X"=" << X << std::endl;
|
||||
#define DISPLAY_PARAM(X) out << #X"=" << X << '\n';
|
||||
|
||||
void smt_params::display(std::ostream & out) const {
|
||||
preprocessor_params::display(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue