3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

apply operator

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-23 10:45:31 -07:00
parent 84475ff142
commit 43d932301d

View file

@ -3608,7 +3608,7 @@ namespace z3 {
Z3_solver_callback cb { nullptr };
Z3_context ctx() {
return c ? c : s->ctx();
return c ? c : (Z3_context)s->ctx();
}
struct scoped_cb {