3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

debug output fix

This commit is contained in:
Christoph M. Wintersteiger 2016-05-16 16:15:44 +01:00
parent a8fca8f77e
commit 99f5269b78

View file

@ -1524,9 +1524,9 @@ std::string mpf_manager::to_string(mpf const & x) {
} }
} }
DEBUG_CODE( //DEBUG_CODE(
res += " " + to_string_raw(x); // res += " " + to_string_raw(x);
); //);
return res; return res;
} }