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
Branches
Tags
No related merge requests found
  • Mark OLESEN @mark

    mentioned in commit bd4495ed

    ·

    mentioned in commit bd4495ed

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 94b077642128b098223ef329e8f33904b3c52500

    ·

    mentioned in commit 94b077642128b098223ef329e8f33904b3c52500

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 3b43cac07b05087e0774e83f99370b7ea034bce8

    ·

    mentioned in commit 3b43cac07b05087e0774e83f99370b7ea034bce8

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 57c39cb6d4e39332f035884f8d403a0b15a5afaf

    ·

    mentioned in commit 57c39cb6d4e39332f035884f8d403a0b15a5afaf

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 2c7e95d2

    ·

    mentioned in commit 2c7e95d2

    Toggle commit list
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