Tessil / ordered-map

C++ hash map and hash set which preserve the order of insertion
MIT License
517 stars 67 forks source link

add function to release values_container #36

Closed rkaminsk closed 2 years ago

rkaminsk commented 2 years ago

What about adding a function to release the underlying values container?

The use case would be to have some code that requires the elements of a container to be unique in a construction phase while afterward a simple vector/dequeue would be fine.

Tessil commented 2 years ago

Thank you, quite useful feature effectively. I merged the change.