mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
parent
f98b94bdbc
commit
896a1b2048
17 changed files with 59 additions and 56 deletions
|
@ -36,7 +36,7 @@ class ackr_info {
|
|||
public:
|
||||
ackr_info(ast_manager& m) :
|
||||
m(m),
|
||||
m_er(mk_default_expr_replacer(m)),
|
||||
m_er(mk_default_expr_replacer(m, false)),
|
||||
m_subst(m),
|
||||
m_ref_count(0),
|
||||
m_sealed(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue