[slot_map] constructors
p-groarke opened this issue · 1 comments
p-groarke commented
Currently, slot_map
doesn't have many constructors one has come to expect. Adding slot_map(size_type count)
and slot_map(size_type count, const T& value)
would rank top for my needs. Eventually, mimicking applicable std::vector
constructors would be welcome.
p-groarke commented
Closing as I can't find the use case for it anymore. If I ever stumble upon this need again, will send a PR instead.