Boost logo

Boost :

Subject: Re: [boost] Is there any interest in a vector-like container for small integers class?
From: Cliff Green (cliffg_at_[hidden])
Date: 2008-12-15 12:41:38


Another query to your query - there's already dynamic_bitset, which allows
bit packing to a dynamically sized buffer. What would be the main
differences in your interface that would make it simpler / better than
dynamic_bitset? (I can think of some immediately, but it would be good to
see your ideas.) Would there be any reason not to use dynamic_bitset as an
implementation detail of your container? (I.e. your proposed container is
mainly a wrapper for db.)

Maybe a short synopsis of your class declaration with a few important
methods might be useful.

Cliff
 


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk