mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
The vector_max_size_workaround() we had in place, and one of the test cases, only considered std::vectors, which are no longer the only allowed containers. This commit fixes "Allow choosing the underlying container type".