mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +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));
|
||||
}
|
||||
}
|
||||
else
|
||||
throw no_match();
|
||||
}
|
||||
void operator()(quantifier * n) { throw no_match(); }
|
||||
void operator()(app * n) {}
|
||||
|
|
Loading…
Reference in a new issue