mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 11:46:55 +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
|
|
@ -102,7 +102,7 @@ public:
|
|||
|
||||
void assert_expr(expr * t, expr* a);
|
||||
|
||||
virtual void assert_expr_core(expr * t, expr * a) = 0;
|
||||
virtual void assert_expr_core2(expr * t, expr * a) = 0;
|
||||
|
||||
/**
|
||||
\brief Create a backtracking point.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue