mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
initialization order
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2c3ecceb03
commit
0d05e0649b
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ public:
|
||||||
dependent_expr_state(m),
|
dependent_expr_state(m),
|
||||||
m(m),
|
m(m),
|
||||||
m_params(p),
|
m_params(p),
|
||||||
m_factory(f),
|
m_dep(m, nullptr, nullptr, nullptr),
|
||||||
m_dep(m, nullptr, nullptr, nullptr)
|
m_factory(f)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue