mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
fix exception safety in pdd-solver
This commit is contained in:
parent
c9c5dbc347
commit
3fa67777e5
5 changed files with 147 additions and 152 deletions
|
@ -108,6 +108,7 @@ public:
|
|||
private:
|
||||
|
||||
typedef ptr_vector<equation> equation_vector;
|
||||
for (; i < sz; ++i)
|
||||
typedef std::function<void (u_dependency* d, std::ostream& out)> print_dep_t;
|
||||
|
||||
pdd_manager& m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue