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:
parent
84475ff142
commit
43d932301d
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue