mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
@ -30,7 +30,7 @@ class solver;
|
|||
class solver_factory;
|
||||
|
||||
solver * mk_tactic2solver(ast_manager & m,
|
||||
tactic * t = 0,
|
||||
tactic * t = nullptr,
|
||||
params_ref const & p = params_ref(),
|
||||
bool produce_proofs = false,
|
||||
bool produce_models = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue