mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +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
|
@ -338,7 +338,7 @@ class bv1_blaster_tactic : public tactic {
|
|||
m_rw(m, p) {
|
||||
}
|
||||
|
||||
struct not_target {};
|
||||
struct not_target : public std::exception {};
|
||||
|
||||
struct visitor {
|
||||
family_id m_bv_fid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue