Skip to content
Snippets Groups Projects
Commit bc9295ee authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

ENH: adjust HashTable iterator access

- previously allowed mapped value modification with a const iterator.
  However, this can lead to incorrect access patterns.

  Now tie the constness of the mapped value to that of the iterator.

- Remove deprecated iterator object() method.
  Was only used internally and was superseded by the val() method
  in an earlier version.

ENH: change isPointer to isPointerLike

- can distinguish between real pointers and wrapped pointers
parent b931e267
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