Bools reloaded

Miles _______ at _______.____
Sat Mar 4 18:28:39 PST 2006


(your KNode is breaking threads!)

Oskar Linde wrote:
> Also, not allowing ^ for bools would mean that code that reads a^b today
> would have to be rewritten as:
> 
> (a && !b) || (!a && b).

Err... what you want is just: a != b



More information about the Digitalmars-d mailing list