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

ENH: improved swap/transfer methods for FixedList

- the transfer method was previously a copy

- use std::reverse_iterator adaptors in FixedList
  This greatly reduces the amount of code and now avoids the array-bounds
  warning for FixedList::rend()

- use pointer arithmetic instead of dereferencing the internal array
parent 8fc27e0e
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