mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +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
|
@ -34,7 +34,7 @@ public:
|
|||
solver_na2as(ast_manager & m);
|
||||
virtual ~solver_na2as();
|
||||
|
||||
void assert_expr_core(expr * t, expr * a) override;
|
||||
void assert_expr_core2(expr * t, expr * a) override;
|
||||
// virtual void assert_expr_core(expr * t) = 0;
|
||||
|
||||
// Subclasses of solver_na2as should redefine the following *_core methods instead of these ones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue