mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
style
This commit is contained in:
parent
bea8744f7d
commit
ca4a7ca74e
1 changed files with 2 additions and 1 deletions
|
@ -139,6 +139,7 @@ public:
|
|||
\brief Display the content of this solver.
|
||||
*/
|
||||
virtual void display(std::ostream & out) const;
|
||||
|
||||
class scoped_push {
|
||||
solver& s;
|
||||
bool m_nopop;
|
||||
|
@ -147,9 +148,9 @@ public:
|
|||
~scoped_push() { if (!m_nopop) s.pop(1); }
|
||||
void disable_pop() { m_nopop = true; }
|
||||
};
|
||||
|
||||
protected:
|
||||
virtual void set_cancel(bool f) = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue