Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2002-01-14 15:14:03


On Mon, 14 Jan 2002, David Abrahams wrote:
david.> In the meantime, a pre-review comment: dyn_bitset doesn't seem to have a
david.> member function to change its size. If I need to resize a bitset, I need to
david.> build another one and assign, causing an extra dynamic allocation.

The storage order for dyn_bitset needs to get turned around (without
changing the bit ordering presented to the user), and once that is done
then resizing won't be a problem.

david.> > What's the relationship between this and what's in
david.> > boost/graph/detail/bitset.hpp, and which one should I use in another
david.> > boost library?

They are mostly the same, I forget if there are any minor differences.

Cheers,
Jeremy

----------------------------------------------------------------------
 Jeremy Siek http://php.indiana.edu/~jsiek/
 Ph.D. Student, Indiana Univ. B'ton email: jsiek_at_[hidden]
 C++ Booster (http://www.boost.org) office phone: (812) 855-3608
----------------------------------------------------------------------


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