Is your feature request related to a problem? Please describe.
static_map only allows a single instance of each key.
Describe the solution you'd like
I would like an extension of static_map that supports duplicate keys.
Additional context
See https://arxiv.org/pdf/2009.07914.pdf for a discussion of multimap implementation ideas.
Is your feature request related to a problem? Please describe.
static_maponly allows a single instance of each key.Describe the solution you'd like
I would like an extension of
static_mapthat supports duplicate keys.Additional context
See https://arxiv.org/pdf/2009.07914.pdf for a discussion of multimap implementation ideas.