BTW, what's your take on std::bitset?A bit of an overkill in general, imho, since short circuiting in coding is used for efficiency.
I have found it useful proxy object to other bigger datastructures.
BTW, what's your take on std::bitset?A bit of an overkill in general, imho, since short circuiting in coding is used for efficiency.