While it might break backwards-compatibility with older stuff that was badly written (either that, or overly clever...), for your newer code, this is a non-issue. You should use nullptr
, and not NULL
, where you mean nullptr
. Also, you should use 0
where you mean zero.