mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
Order initialization to avoid -Wreorder
This commit is contained in:
parent
5e5c231712
commit
77d5b381ea
|
@ -23,7 +23,7 @@ Revision History:
|
|||
|
||||
namespace sat {
|
||||
|
||||
model_converter::model_converter(): m_solver(nullptr), m_exposed_lim(0) {
|
||||
model_converter::model_converter(): m_exposed_lim(0), m_solver(nullptr) {
|
||||
}
|
||||
|
||||
model_converter::~model_converter() {
|
||||
|
|
Loading…
Reference in a new issue