mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
We were using `AllocatorOrContainer` as if it were still guaranteed to be an allocator type. Unfortunately, the append() tests didn't exercise input iterators, so this went unnoticed. I've now added tests.