mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 10:10:02 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
|
@ -20,7 +20,7 @@ Revision History:
|
|||
#include "smt/proto_model/proto_model.h"
|
||||
|
||||
struct_factory::value_set * struct_factory::get_value_set(sort * s) {
|
||||
value_set * set = 0;
|
||||
value_set * set = nullptr;
|
||||
if (!m_sort2value_set.find(s, set)) {
|
||||
set = alloc(value_set);
|
||||
m_sort2value_set.insert(s, set);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue