mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
port to inherit from std::exception
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
407bad3693
commit
a38bf3e22f
7 changed files with 17 additions and 17 deletions
|
@ -32,7 +32,7 @@ Notes:
|
|||
|
||||
|
||||
struct is_non_fp_qfnra_predicate {
|
||||
struct found {};
|
||||
struct found : public std::exception {};
|
||||
ast_manager & m;
|
||||
bv_util bu;
|
||||
fpa_util fu;
|
||||
|
|
|
@ -27,7 +27,7 @@ tactic * mk_qffplra_tactic(ast_manager & m, params_ref const & p) {
|
|||
}
|
||||
|
||||
struct is_fpa_function {
|
||||
struct found {};
|
||||
struct found : public std::exception {};
|
||||
ast_manager & m;
|
||||
fpa_util fu;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue