long problems

Ellery Newcomer ellery-newcomer at utulsa.edu
Wed Dec 22 21:04:37 PST 2010


quick question - will the following code do as I expect?

long x;

x = -1;

assert(x == -1);

cuz I've hit a spot where the optimizer isn't loading the high dword into x


More information about the Digitalmars-d-learn mailing list