mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40: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
|
@ -243,10 +243,10 @@ public:
|
|||
--n;
|
||||
}
|
||||
}
|
||||
virtual unsigned get_scope_level() const {
|
||||
unsigned get_scope_level() const override {
|
||||
return m_num_scopes;
|
||||
}
|
||||
virtual void assert_expr_core(expr * t, expr * a) {
|
||||
void assert_expr_core2(expr * t, expr * a) override {
|
||||
if (a) {
|
||||
m_asmsf.push_back(a);
|
||||
assert_expr_core(m.mk_implies(a, t));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue