mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +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
|
@ -28,7 +28,7 @@ namespace smt {
|
|||
theory_array_base(ctx),
|
||||
m_params(ctx.get_fparams()),
|
||||
m_find(*this),
|
||||
m_trail_stack(*this),
|
||||
m_trail_stack(),
|
||||
m_final_check_idx(0) {
|
||||
if (!ctx.relevancy())
|
||||
m_params.m_array_laziness = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue