mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3ddb1a85f1
commit
d92efeb0c5
56 changed files with 127 additions and 108 deletions
|
@ -28,7 +28,7 @@ namespace smt {
|
|||
|
||||
template<typename Ext>
|
||||
theory_dense_diff_logic<Ext>::theory_dense_diff_logic(ast_manager & m, theory_arith_params & p):
|
||||
theory(m.get_family_id("arith")),
|
||||
theory(m.mk_family_id("arith")),
|
||||
m_params(p),
|
||||
m_autil(m),
|
||||
m_arith_eq_adapter(*this, p, m_autil),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue