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