http://d.puremagic.com/issues/show_bug.cgi?id=6893
--- Comment #2 from [email protected] 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: -------
