3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-20 03:12:03 +00:00

another module level ifdef for #4382

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-18 15:01:27 -07:00
parent d603bd7e3b
commit c8c02060ee
4 changed files with 12 additions and 4 deletions

View file

@ -28,7 +28,7 @@ namespace smt {
seq(m),
dl(),
m_qhead(0),
m_nc_functor(*this),
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)