dynamic_bitset icon indicating copy to clipboard operation
dynamic_bitset copied to clipboard

Make buffer_type changeable

Open schaumb opened this issue 1 year ago • 0 comments

I want to use dynamic_bitset with boost::container::small_vector, but currently it is not possible because buffer type is not changeable.

Other adapter containers like boost::container::flat_set allows to pass an "allocator or container" template argument. This modification can be made for dynamic_bitset too in a backward compatible way.

schaumb avatar Sep 20 '22 19:09 schaumb