Merge pull request #28 from mdavidsaver/overhaulbitset

bitSet: macros and vector storage
This commit is contained in:
dhickin
2016-03-17 14:20:20 +00:00
3 changed files with 119 additions and 177 deletions

View File

@@ -145,6 +145,7 @@ static void testOperators()
testDiag("assign");
testOk1(b1 != b2);
b1 = b2;
testOk1(b1 == b2);
@@ -271,7 +272,7 @@ static void testSerialize()
MAIN(testBitSet)
{
testPlan(78);
testPlan(79);
testGetSetClearFlip();
testOperators();
testSerialize();