mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
inherit more exceptions from std::exception
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a38bf3e22f
commit
abd16740ce
11 changed files with 12 additions and 12 deletions
|
@ -2456,7 +2456,7 @@ namespace qe {
|
|||
}
|
||||
|
||||
bool has_quantified_uninterpreted(ast_manager& m, expr* fml) {
|
||||
struct found {};
|
||||
struct found : public std::exception {};
|
||||
struct proc {
|
||||
ast_manager& m;
|
||||
proc(ast_manager& m):m(m) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue