CxxUtils: Null bitset fix.
Fix implementation size calculation for a zero-length ConcurrentBitset: we always need to include at least one block. Fixes memory corruption observed in the unit test.
Fix implementation size calculation for a zero-length ConcurrentBitset: we always need to include at least one block. Fixes memory corruption observed in the unit test.