[Issue 1535] incorrect casting of 8 bit quantities to longer precision

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 28 01:19:27 PDT 2007


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





------- Comment #3 from bugzilla at digitalmars.com  2007-09-28 03:19 -------
This works as designed. bytes are signed, ubytes are unsigned. chars are
unsigned because they have valid values >=0x80, which would screw up if they
were sign extended.


-- 



More information about the Digitalmars-d-bugs mailing list