How to use boost_pool with std::vector<bool>?

47 Views Asked by At

I need to create many objects which all contain a std::vector<bool> of the same size (but the size is known at runtime).

I already use boost_pool for the objects allocations.

What's the right way to use boost_pool for the std::vector<bool> inside the objects to avoid memory fragmentation?

0

There are 0 best solutions below