mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +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
|
@ -22,7 +22,7 @@ Revision History:
|
|||
#include "ast/simplifiers/bound_manager.h"
|
||||
|
||||
struct is_unbounded_proc {
|
||||
struct found {};
|
||||
struct found : public std::exception {};
|
||||
arith_util m_util;
|
||||
bound_manager & m_bm;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue