On 4/26/2013 12:37 PM, Jonathan M Davis wrote:
There's nothing whatsoever about bool that
makes sense as an integral type.

This is where our perspectives sharply diverge. A bool is a 1 bit integer type. Take a look at this, for example:

http://d.puremagic.com/issues/show_bug.cgi?id=9963

Mathematically, they behave like 1 bit integers and are useful that way.

Reply via email to