[Issue 6893] Write of enum member represented with ubyte or ulong

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 22 17:21:21 PDT 2013


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



--- Comment #2 from hsteoh at quickfur.ath.cx 2013-08-22 17:21:19 PDT ---
The problem appears to be std.format.getNthInt, under "static if
(isIntegral!...)": the code assumes that if a type is integral, it can be
converted to int, but this is not true when the base type of the enum is ulong.

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