3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-04 05:19:11 +00:00

fix traffic jam

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-10 15:28:18 -07:00
parent 27ec5c688f
commit 7bfb730fee
7 changed files with 217 additions and 94 deletions

View file

@ -225,8 +225,8 @@ namespace datalog {
The newline character at the end should not be printed.
*/
virtual void display_head_impl(execution_context const & ctx, std::ostream & out) const {
out << "<instruction>";
virtual std::ostream& display_head_impl(execution_context const & ctx, std::ostream & out) const {
return out << "<instruction>";
}
/**
\brief If relevant, output the body of the current instruction.