convert all appearances of NULL in C++ code to nullptr

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.3.1
    • Affects Version/s: 4.3 Required
    • Component/s: Internal Code
    • None
    • Fully Compatible
    • Dev Tools 2019-06-17
    • 100
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            A. Jesse Jiryu Davis
            Reporter:
            Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: