explicit bitvect with all ones updated

This commit is contained in:
Sereina Riniker
2014-04-09 07:35:41 +02:00
parent 0f31941e2e
commit e927eb2111
2 changed files with 4 additions and 12 deletions

View File

@@ -70,7 +70,6 @@ private:
unsigned int d_size;
unsigned int d_numOnBits;
void _initForSize(const unsigned int size);
void _initForSizeWithBitsSet(const unsigned int size);
};