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

ENH: replace reverse iterators for UList

- use std::reverse_iterator adaptors, avoid the array-bounds warning
- use pointer arithmetic instead of dereferencing the internal array

- adjust logic to use 'operator<' instead of 'operator>' in sorting.
  This creates less work when making other classes sortable.
parent d029f4c5
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