mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
initialization order
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2c3ecceb03
commit
0d05e0649b
|
@ -48,8 +48,8 @@ public:
|
|||
dependent_expr_state(m),
|
||||
m(m),
|
||||
m_params(p),
|
||||
m_factory(f),
|
||||
m_dep(m, nullptr, nullptr, nullptr)
|
||||
m_dep(m, nullptr, nullptr, nullptr),
|
||||
m_factory(f)
|
||||
{}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue