mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
remove assignments to lambdas, exposed by #4169
This commit is contained in:
parent
9c52d4e615
commit
7ae20476c2
3 changed files with 22 additions and 4 deletions
|
@ -62,6 +62,7 @@ namespace smt {
|
|||
m_fingerprints(m, m_region),
|
||||
m_b_internalized_stack(m),
|
||||
m_e_internalized_stack(m),
|
||||
m_l_internalized_stack(m),
|
||||
m_final_check_idx(0),
|
||||
m_is_auxiliary(false),
|
||||
m_par(nullptr),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue