support operator& and operator|;

some doc cleanups;
fix a problem in the copy ctor for DiscreteValueVect
This commit is contained in:
Greg Landrum
2007-03-15 05:59:08 +00:00
parent a73711e854
commit e66f08dc33
6 changed files with 349 additions and 158 deletions

View File

@@ -11,7 +11,7 @@
//! a class for bit vectors that are densely occupied
/*!
ExplicitBitVect objects store all of their bits, using
ExplicitBitVect objects store all of their bits using
a boost::dynamic_bitset
These are very fast, but can require large amounts of memory for large,