mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix #6267
This commit is contained in:
parent
49064252ac
commit
b55ad5f20e
|
@ -1149,8 +1149,8 @@ namespace smt {
|
|||
|
||||
|
||||
void theory_special_relations::get_specrels(func_decl_set& rels) const {
|
||||
for (auto [f, r] : m_relations)
|
||||
rels.insert(m_util.get_relation(r->m_decl));
|
||||
for (auto [f, r] : m_relations)
|
||||
rels.insert(r->m_decl);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue