Skip to content
Snippets Groups Projects
Commit 246d569c authored by Mark Olesen's avatar Mark Olesen
Browse files

consistency update for null pointers

- uniform use of reinterpret_cast<foo*>(0) instead of
  reinterpret_cast<foo*>(NULL)

- make all static null() members inline since they are really only a cast:
      "*reinterpret_cast<foo*>(0)"
parent a2b24d07
Branches
Tags
Showing
with 62 additions and 69 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment