mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 11:14: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
|
@ -91,7 +91,7 @@ namespace smt {
|
|||
theory_array_full(ast_manager & m, theory_array_params & params);
|
||||
virtual ~theory_array_full();
|
||||
|
||||
virtual theory * mk_fresh(context * new_ctx) { return alloc(theory_array_full, new_ctx->get_manager(), m_params); }
|
||||
virtual theory * mk_fresh(context * new_ctx);
|
||||
|
||||
virtual void merge_eh(theory_var v1, theory_var v2, theory_var, theory_var);
|
||||
virtual void display_var(std::ostream & out, theory_var v) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue