mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
avoid use of uninit member (m) (#4761)
Co-authored-by: Ding Fei <fei.ding@ustchcs.com>
This commit is contained in:
parent
07680408a6
commit
c40a67da7d
|
@ -26,7 +26,7 @@ namespace euf {
|
|||
namespace dt {
|
||||
|
||||
solver::solver(euf::solver& ctx, theory_id id) :
|
||||
th_euf_solver(ctx, m.get_family_name(id), id),
|
||||
th_euf_solver(ctx, ctx.get_manager().get_family_name(id), id),
|
||||
dt(m),
|
||||
m_autil(m),
|
||||
m_find(*this),
|
||||
|
|
Loading…
Reference in a new issue