mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
remove template dependency for trail objects
This commit is contained in:
parent
c05c5caab5
commit
15a7621e27
28 changed files with 46 additions and 58 deletions
|
@ -1442,7 +1442,7 @@ namespace smt {
|
|||
m_util(ctx.get_manager()),
|
||||
m_autil(ctx.get_manager()),
|
||||
m_bb(ctx.get_manager(), ctx.get_fparams()),
|
||||
m_trail_stack(*this),
|
||||
m_trail_stack(),
|
||||
m_find(*this),
|
||||
m_approximates_large_bvs(false) {
|
||||
memset(m_eq_activity, 0, sizeof(m_eq_activity));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue