mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +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
|
@ -34,7 +34,7 @@ void preprocessor_params::updt_params(params_ref const & p) {
|
|||
updt_local_params(p);
|
||||
}
|
||||
|
||||
#define DISPLAY_PARAM(X) out << #X"=" << X << std::endl;
|
||||
#define DISPLAY_PARAM(X) out << #X"=" << X << '\n';
|
||||
|
||||
void preprocessor_params::display(std::ostream & out) const {
|
||||
pattern_inference_params::display(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue