3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-22 18:31:37 -07:00
parent 848a8ebb98
commit 800fef6653
2 changed files with 8 additions and 5 deletions

View file

@ -69,6 +69,7 @@ namespace q {
}
if (idx == UINT_MAX)
return l_false;
c.m_watch = idx;
return l_undef;
}