
15 Dec
2008
15 Dec
'08
5:41 p.m.
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