3
0
Fork 0
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:
Nikolaj Bjorner 2022-12-30 18:16:24 -08:00
parent 2c3ecceb03
commit 0d05e0649b

View file

@ -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)
{}
/**