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

fix the build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-04-11 12:28:54 -07:00
parent 087354995d
commit ec0cd644f1

View file

@ -1683,7 +1683,7 @@ void pred_transformer::init_rule(decl2rel const& pts, datalog::rule const& rule)
if (ut_size > 0 && !is_ground(trans)) {
std::stringstream stm;
stm << "spacer: quantifier in a recursive rule:\n";
rule.display(get_context().get_datalog_context(), tout);
rule.display(get_context().get_datalog_context(), stm);
throw default_exception(stm.str());
}