mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix build, refactor
This commit is contained in:
parent
3ae4c6e9de
commit
937b61fc88
53 changed files with 145 additions and 127 deletions
|
@ -258,7 +258,7 @@ private:
|
|||
m_manager(m), m_app2sortid(app2sort), m_max_id(0) {}
|
||||
|
||||
void operator()(app* n) {
|
||||
sort* s = m_manager.get_sort(n);
|
||||
sort* s = n->get_sort();
|
||||
unsigned id;
|
||||
if (!m_sort2id.find(s, id)) {
|
||||
id = m_max_id++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue