3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

build warning

This commit is contained in:
Nikolaj Bjorner 2020-04-29 12:06:43 -07:00
parent 0e77074e84
commit fd911a5563

View file

@ -588,10 +588,12 @@ namespace {
}
};
#ifdef _TRACE
std::ostream & operator<<(std::ostream & out, code_tree const & tree) {
tree.display(out);
return out;
}
#endif
// ------------------------------------
//