https://issues.dlang.org/show_bug.cgi?id=17417
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- There is a good reason to do the promotion. The generated machine-code is more efficient in many cases. Types smaller the uint should only be used for storage, not for operations :) --
