[Issue 3288] conv.d : using to with const int or long fails to compile.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 3 10:04:56 PDT 2009


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





--- Comment #1 from Rob Jacques <sandford at jhu.edu>  2009-09-03 10:04:55 PDT ---
Better patch:

changing
auto u = -cast(Unsigned!S) value;
to
auto u = -cast(Unsigned!(typeof(value+0))) value;

on line 2575;

-- 
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