
3 Sep
2025
3 Sep
'25
7:51 p.m.
On Wed, Sep 3, 2025 at 10:25 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
One thing I didn't see in dynamic_bitset when I was considering alternatives was the ability to allocate a fixed embedded storage, a-la small_vector. Bitsets are often small, so it makes sense to offer this feature.
Should this be the same type dynamic_bitset, or perhaps different types such as static_bitset or fixed_bitset? Thanks