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:
parent
087354995d
commit
ec0cd644f1
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue