ENH: add bitSet-type of methods for boolList

- test(), get(), set(), unset() with behaviour as per bitSet,
  to allow easier swapping out of boolList <-> bitSet.
This commit is contained in:
Mark Olesen
2018-07-27 15:51:19 +02:00
parent c89e13f82f
commit a5e5ba3179
9 changed files with 611 additions and 458 deletions

View File

@ -25,7 +25,7 @@ Application
Test-bitSet1
Description
Test bitSet functionality
Basic bitSet characteristics
\*---------------------------------------------------------------------------*/
@ -64,8 +64,6 @@ inline Ostream& report
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Main program:
int main(int argc, char *argv[])
{
bitSet set1(100);