mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 14:30:07 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
e0c73d9bc1
20 changed files with 331 additions and 419 deletions
|
@ -88,7 +88,7 @@ class heap_trie {
|
|||
out << " value: " << m_value;
|
||||
}
|
||||
virtual unsigned num_nodes() const { return 1; }
|
||||
virtual unsigned num_leaves() const { return ref_count()>0?1:0; }
|
||||
virtual unsigned num_leaves() const { return this->ref_count()>0?1:0; }
|
||||
};
|
||||
|
||||
typedef buffer<std::pair<Key,node*>, true, 2> children_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue