Skip to content
Snippets Groups Projects
Commit 23ea498c authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: inconsistent check in non-const '->' dereference (tmp, refPtr)

- 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
parent e56e195a
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment