replace my_bitmap

Bug #621875 reported by Monty Taylor
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Padraig O'Sullivan

Bug Description

We tried replacing my_bitmap before with std::bitset - that didn't work because std::bitset is compile-time sized and my_bitmap needs to be sized at runtime.

To that end, another stab should be taken at replacing it using boost::dynamic_bitset, which is also runtime sized.

Related branches

Changed in drizzle:
assignee: nobody → Padraig O'Sullivan (posulliv)
Changed in drizzle:
status: Triaged → Fix Committed
Changed in drizzle:
milestone: none → 2010-10-25
Changed in drizzle:
milestone: 2010-10-25 → 2010-10-11
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.