On 01/24/2013 09:27 AM, Kinkie wrote: > From what I understand, the current consensus is to use :1'ed bools, right?
I hope the consensus is to use full bools (because they are simpler and often faster) except where memory footprint of the structure is both affected _and_ important (a rare case). In those rare cases, use bool:1. HTH, Alex.
