WG21-SG14/SG14

[slot_map] constructors

p-groarke opened this issue · 1 comments

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.

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.