mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
try different field order for Mac build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1dcbde4ecb
commit
f2d3160181
3 changed files with 4 additions and 6 deletions
|
@ -26,9 +26,7 @@ namespace smt {
|
|||
th(th),
|
||||
m(th.get_manager()),
|
||||
seq(m),
|
||||
dl(),
|
||||
m_qhead(0),
|
||||
m_nc_functor(),
|
||||
m_var_value_hash(*this),
|
||||
m_var_value_eq(*this),
|
||||
m_var_value_table(DEFAULT_HASHTABLE_INITIAL_CAPACITY, m_var_value_hash, m_var_value_eq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue