[vtk-developers] Request for a gentler tone in commit message verbiage...

Brad King brad.king at kitware.com
Thu Apr 30 10:17:34 EDT 2015


On 04/30/2015 10:08 AM, David Cole via vtk-developers wrote:
> That in some implementations NULL is defined simply as 0. Stupidly,
> but still a fact.
> 
> Even in VS 2013, with __cplusplus defined, NULL is simply #define'd to 0.

IIRC the C++ standard *requires* that NULL be just "0".
Its conversion problems are why C++11 introduced nullptr.

-Brad



More information about the vtk-developers mailing list