mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d0b47d23f6
commit
c1d58088be
3 changed files with 10 additions and 5 deletions
|
@ -192,7 +192,7 @@ public:
|
|||
m_set(&s), m_index(at_end?s.get_max_elem():0), m_last(s.get_max_elem()) {
|
||||
scan();
|
||||
SASSERT(invariant());
|
||||
}
|
||||
}
|
||||
unsigned operator*() const { return m_index; }
|
||||
bool operator==(iterator const& it) const { return m_index == it.m_index; }
|
||||
bool operator!=(iterator const& it) const { return m_index != it.m_index; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue