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

ENH: support List sub-slice searching, use std::find()

- support UList shallowCopy with pointer/size
  (eg, for slicing into or from span)

ENH: add SubList::reset() functionality

- allows modification of a SubList after construction.
  Previously a SubList had an immutable location after construction
  and there was no way to shift or change its location.

BUG: missed special handling for DynamicList<char>::readList (fixes #2974)

- equivalent to List<char>::readList, in which the stream is
  temporarily toggled from ASCII to BINARY when reading in a List of
  char data.
  This specialization was missed when DynamicList<T>::readList() was
  fully implemented.
parent aa1b6d9c
Branches
Tags
1 merge request!626Add SubList re-slicing, find within a List sub-section, uniformity enumeration
Showing
with 391 additions and 95 deletions
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