boostorg / bimap

Boost.org bimap module
http://boost.org/libs/bimap
19 stars 48 forks source link

Can bimap apply other container such as boost::container::flat_set instead of std::set? #38

Open akeyliu opened 1 year ago

akeyliu commented 1 year ago

Thanks for your support for bimap.

I've request to using boost::container::flat_set instead of using std::set for the memory usage. So, how can I achieve it? Thanks.