mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
Use nullptr.
This commit is contained in:
parent
f01328c65f
commit
76eb7b9ede
625 changed files with 4639 additions and 4639 deletions
|
@ -35,7 +35,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void watch_list::expand() {
|
||||
if (m_data == 0) {
|
||||
if (m_data == nullptr) {
|
||||
unsigned size = DEFAULT_WATCH_LIST_SIZE + HEADER_SIZE;
|
||||
unsigned * mem = reinterpret_cast<unsigned*>(alloc_svect(char, size));
|
||||
#ifdef _AMD64_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue