mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 02:34:43 +00:00
move mk_fresh to inside files that include smt_context.h directly to address build problem reported in #297
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73c4e938ce
commit
8d1fa3ae50
13 changed files with 35 additions and 7 deletions
|
@ -716,6 +716,10 @@ namespace smt {
|
|||
return;
|
||||
}
|
||||
|
||||
theory* theory_fpa::mk_fresh(context* new_ctx) {
|
||||
return alloc(theory_fpa, new_ctx->get_manager());
|
||||
}
|
||||
|
||||
void theory_fpa::push_scope_eh() {
|
||||
theory::push_scope_eh();
|
||||
m_trail_stack.push_scope();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue