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

ENH: several improvements for linked-lists

- support move construct/assignment for linked-lists themselves
  and when moving into a 'normal' list

- better consistency with begin/end signatures and the various
  iterators.

- for indirect linked-lists, provide iterator access to the underlying
  data element address:   iter.get()  vs  &(iter())

- add standard '->' indirection for iterators (as per normal STL
  definitions)
parent 3a4b92c4
No related branches found
No related tags found
No related merge requests found
Showing
with 1209 additions and 406 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment