Skip to content
  • Mark Olesen's avatar
    consistency update for null pointers · 246d569c
    Mark Olesen authored
    - 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)"
    246d569c