Skip to content
  • David Gobbi's avatar
    Make wrappers guess type of NULL as nullptr_t. · 2941cb4c
    David Gobbi authored
    When the wrappers encounter NULL in a header file, specifically in the case
    of "#define something NULL", it now treated as a value of type nullptr_t,
    similar to nullptr itself.  This ensures that NULL will not be wrapped as
    int, even if it is defined to be 0.
    2941cb4c