3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-12-04 04:36:06 -08:00
parent 79e6d4e32d
commit e455897178

View file

@ -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) {}