Opened 8 years ago
#10313 new Bugs
Dynamic bitset destruction asserts with small size
Reported by: | Owned by: | jsiek | |
---|---|---|---|
Milestone: | To Be Determined | Component: | dynamic_bitset |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I created a dynamic bitset and resized it to 2. When the bitset is destructed it asserts when m_check_invariants returns false. A size of 8 was observed to not exhibit this behavior.
This was also observed in the 1.56 beta
Note:
See TracTickets
for help on using tickets.