-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.3 Required
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Dev Tools 2019-06-17
-
100
C's NULL has weaker type safety than C++11's nullptr. It's convertible to nullptr_t, but also to integer types (emitting a warning, but still).
2011 was a while ago. NULL is unnecessary vocabulary, and should be easy to globally replace.