mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
support operator& and operator|;
some doc cleanups; fix a problem in the copy ctor for DiscreteValueVect
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user