[Issue 259] Comparing signed to unsigned does not generate an error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 23 00:28:17 PST 2009


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





------- Comment #3 from clugdbug at yahoo.com.au  2009-02-23 02:28 -------
Note that it's critical than any fix for this bug should not make code like the
following fail to compile:

uint a = 5;
if (a > 2) { ... }

Otherwise the cure would be worse than the disease <g>.


-- 



More information about the Digitalmars-d-bugs mailing list