mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
stack
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bfd61fec00
commit
41aa7d7b60
2 changed files with 6 additions and 9 deletions
|
@ -115,7 +115,7 @@ namespace api {
|
|||
std::string m_exception_msg; // catch the message associated with a Z3 exception
|
||||
Z3_ast_print_mode m_print_mode;
|
||||
|
||||
event_handler * m_interruptable; // Reference to an object that can be interrupted by Z3_interrupt
|
||||
ptr_vector<event_handler> m_interruptable; // Reference to an object that can be interrupted by Z3_interrupt
|
||||
|
||||
public:
|
||||
// Scoped obj for setting m_interruptable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue