3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #1990 from waywardmonkeys/fix-initialization-order

Fix initialization order on theory_seq.
This commit is contained in:
Nikolaj Bjorner 2018-11-29 17:15:54 -08:00 committed by GitHub
commit e72df22e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,8 +208,8 @@ theory_seq::theory_seq(ast_manager& m, theory_seq_params const & params):
m_axioms(m),
m_axioms_head(0),
m_int_string(m),
m_mg(nullptr),
m_length(m),
m_mg(nullptr),
m_rewrite(m),
m_seq_rewrite(m),
m_util(m),