[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:34:36 PST 2009


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





------- Comment #4 from ddparnell at bigpond.com  2009-02-23 02:34 -------
Even more critical, any fix for this bug should not make code like the
following fail to compile:

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


-- 



More information about the Digitalmars-d-bugs mailing list