mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
build warning
This commit is contained in:
parent
0e77074e84
commit
fd911a5563
|
@ -588,10 +588,12 @@ namespace {
|
|||
}
|
||||
};
|
||||
|
||||
#ifdef _TRACE
|
||||
std::ostream & operator<<(std::ostream & out, code_tree const & tree) {
|
||||
tree.display(out);
|
||||
return out;
|
||||
}
|
||||
#endif
|
||||
|
||||
// ------------------------------------
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue