mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
fix ubuntu clang build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
17faabea9e
commit
49dba337f7
1 changed files with 1 additions and 1 deletions
|
@ -2371,7 +2371,7 @@ namespace sls {
|
||||||
//
|
//
|
||||||
|
|
||||||
template<typename num_t>
|
template<typename num_t>
|
||||||
arith_base<num_t>::bool_info& arith_base<num_t>::get_bool_info(expr* e) {
|
typename arith_base<num_t>::bool_info& arith_base<num_t>::get_bool_info(expr* e) {
|
||||||
m_bool_info.reserve(e->get_id() + 1, bool_info(m_config.paws_init));
|
m_bool_info.reserve(e->get_id() + 1, bool_info(m_config.paws_init));
|
||||||
return m_bool_info[e->get_id()];
|
return m_bool_info[e->get_id()];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue