3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 18:30:24 +00:00

merge with 4.7.1

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-05-22 17:10:36 -07:00
commit 50c93d1ad4
25 changed files with 182 additions and 103 deletions

View file

@ -1520,7 +1520,7 @@ public:
}
SASSERT(ref_count(r) >= 1);
}
catch (aig_exception ex) {
catch (const aig_exception & ex) {
dec_ref(r);
throw ex;
}