mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +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
|
@ -64,7 +64,7 @@ namespace {
|
|||
|
||||
class mam_impl;
|
||||
|
||||
typedef trail_stack<mam_impl> mam_trail_stack;
|
||||
typedef trail_stack mam_trail_stack;
|
||||
|
||||
typedef trail mam_trail;
|
||||
|
||||
|
@ -3816,7 +3816,7 @@ namespace {
|
|||
mam(ctx),
|
||||
m(ctx.get_manager()),
|
||||
m_use_filters(use_filters),
|
||||
m_trail_stack(*this),
|
||||
m_trail_stack(),
|
||||
m_ct_manager(m_lbl_hasher, m_trail_stack),
|
||||
m_compiler(ctx, m_ct_manager, m_lbl_hasher, use_filters),
|
||||
m_interpreter(ctx, *this, use_filters),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue