BitBool Class ( boolean array ), upto 16000 elements on UNO.

...
#else
  BitBool< MAX_ITEMS > b_Array; = { B00000111 };
#endif
...

Topic_128407:8: error: braces around initializer for non-aggregate type 'BitBool<100u>'

...which compiler version are you using?