mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 12:50:32 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
@ -172,7 +172,7 @@ static expr_ref mk_mul(arith_util& arith, unsigned num_args, expr* const* args)
|
|||
|
||||
static void nf(expr_ref& term) {
|
||||
ast_manager& m = term.get_manager();
|
||||
expr *e1 = 0, *e2 = 0;
|
||||
expr *e1 = nullptr, *e2 = nullptr;
|
||||
|
||||
th_rewriter rw(m);
|
||||
arith_util arith(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue