mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +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
|
@ -32,7 +32,7 @@ Revision History:
|
|||
class fix_dl_var_tactic : public tactic {
|
||||
|
||||
struct is_target {
|
||||
struct failed {};
|
||||
struct failed : public std::exception {};
|
||||
ast_manager & m;
|
||||
arith_util & m_util;
|
||||
expr_fast_mark1 * m_visited = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue