3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +00:00

remove calls to removed def constructor

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-02-16 10:13:00 -08:00
parent a703cf81b1
commit b27a2aa7fc
7 changed files with 10 additions and 13 deletions

View file

@ -2472,7 +2472,7 @@ namespace qe {
for_each_expr(p, fml);
return false;
}
catch (found) {
catch (found const&) {
return true;
}
}