mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
fix build with gcc
This commit is contained in:
parent
10ea36bfed
commit
33431ef922
|
@ -157,7 +157,7 @@ typename symbolic_automata<T, M>::automaton_t* symbolic_automata<T, M>::mk_minim
|
||||||
relevant1.insert(p0A_index);
|
relevant1.insert(p0A_index);
|
||||||
block& p0A = pblocks[p0A_index];
|
block& p0A = pblocks[p0A_index];
|
||||||
block p1;
|
block p1;
|
||||||
for (iterator it = gamma.begin(); it != gend; ++it) {
|
for (gamma_iterator it = gamma.begin(); it != gend; ++it) {
|
||||||
if (p0A.contains(it->m_key)) p1.insert(it->m_key);
|
if (p0A.contains(it->m_key)) p1.insert(it->m_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue