mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix #6476
This commit is contained in:
parent
79e6d4e32d
commit
e455897178
|
@ -735,6 +735,8 @@ struct match_args_aux_proc {
|
||||||
m_subst.insert(n, 0, expr_offset(n, 1));
|
m_subst.insert(n, 0, expr_offset(n, 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
throw no_match();
|
||||||
}
|
}
|
||||||
void operator()(quantifier * n) { throw no_match(); }
|
void operator()(quantifier * n) { throw no_match(); }
|
||||||
void operator()(app * n) {}
|
void operator()(app * n) {}
|
||||||
|
|
Loading…
Reference in a new issue