mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
add virtual destructor to see if this helps ASan error
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
94d1695b01
commit
13ee8da659
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ namespace nlsat {
|
||||||
class solver_exception : public default_exception {
|
class solver_exception : public default_exception {
|
||||||
public:
|
public:
|
||||||
solver_exception(char const * msg):default_exception(msg) {}
|
solver_exception(char const * msg):default_exception(msg) {}
|
||||||
|
virtual ~solver_exception() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
class assignment;
|
class assignment;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue