Skip to content
  • Mark OLESEN's avatar
    BUG: inconsistent check in non-const '->' dereference (tmp, refPtr) · 23ea498c
    Mark OLESEN authored
    - old code just checked for pointer vs non-pointer.
      Should actually treat CREF and REF types differently
      Overseen in commit be058bec. Only affects develop branch
    
    ENH: improved naming consistency in tmp, refPtr
    
    - also use long-form to check for pointer type instead of the isTmp()
      method. Makes differences between PTR, CREF, REF easier to spot.
    
    STYLE: typeName() for tmp, refPtr is static
    23ea498c