mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 01:35:47 +00:00
remove using insert_if_not_there2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9ea1cf3c5c
commit
a884201d62
47 changed files with 172 additions and 208 deletions
|
@ -132,7 +132,7 @@ namespace smt {
|
|||
return false;
|
||||
}
|
||||
else {
|
||||
m_coeff_map.insert_if_not_there2(e, rational(0))->get_data().m_value += mul;
|
||||
m_coeff_map.insert_if_not_there(e, rational(0)) += mul;
|
||||
}
|
||||
}
|
||||
for (auto const& kv : m_coeff_map) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue