mirror of
https://github.com/Z3Prover/z3
synced 2025-10-06 16:01:55 +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
|
@ -20,7 +20,7 @@ Revision History:
|
|||
#include "tactic/goal.h"
|
||||
|
||||
struct has_term_ite_functor {
|
||||
struct found {};
|
||||
struct found : public std::exception {};
|
||||
ast_manager & m;
|
||||
has_term_ite_functor(ast_manager & _m):m(_m) {}
|
||||
void operator()(var *) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue