Problem with integral promotions

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 22 12:37:49 PDT 2017


This affects:

~ubyte: all values
-ubyte: all values
-byte: -128 (0x80)

~ushort: all values
-ushort: all values
-short: -32768 (0x8000)


More information about the Digitalmars-d mailing list