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:
parent
5a8154c156
commit
fa0c75e76e
11 changed files with 15 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue