3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-10 05:00:51 +00:00

rename to core2 to avoid overloaded virtual

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-07 15:13:13 -08:00
parent 5a8154c156
commit fa0c75e76e
11 changed files with 15 additions and 15 deletions

View file

@ -199,7 +199,7 @@ void solver::assert_expr(expr* f, expr* t) {
// (*mc)(a);
}
}
assert_expr_core(fml, a);
assert_expr_core2(fml, a);
}
void solver::collect_param_descrs(param_descrs & r) {