[Issue 10129] problem with short numbers operator
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 21 12:21:20 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10129
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2013-05-21 12:21:19 PDT ---
I am compiling this program, and I don't see errors or warnings:
void main() {
alias Num = uint;
Num n = 12;
Num k = 11;
Num r;
r = n - k;
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list