Opened 6 years ago
#12536 new Feature Requests
Implement small_flat_set and small_flat_map in terms of small_vector.
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Currently flat_set and flat_map use a vector as their underlying container type. These two containers can have small space optimised variations that use a small_vector as the underlying type instead.
Note:
See TracTickets
for help on using tickets.