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

ENH: relocate protected List::size(label) to UList (issue #595)

- makes it accessible for containers that manage their own storage
  and derive directly from UList.

- DynamicList::min_size() method to access the corresponding
  SizeMin template parameter.

- ensure consistency in the reserve size for the constructor

      DynamicList<..> lst(N);

  now has identical sizing as

      DynamicList<..> lst();
      reserve(N);
parent 88f6b888
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment