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

Fixed initialization order warning.

This commit is contained in:
Christoph M. Wintersteiger 2017-01-03 13:41:08 +00:00
parent 74d3de01b3
commit cb75a55095

View file

@ -23,10 +23,10 @@ Revision History:
namespace sat {
config::config(params_ref const & p):
m_restart_max(0),
m_always_true("always_true"),
m_always_false("always_false"),
m_caching("caching"),
m_restart_max(0),
m_random("random"),
m_geometric("geometric"),
m_luby("luby"),