http://d.puremagic.com/issues/show_bug.cgi?id=9034
Summary: errors of conversions in format.d
Product: D
Version: D2
Platform: x86_64
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Gilles Cloup <[email protected]> 2012-11-16 04:30:00 PST ---
dmd2\src\phobos\std\format.d(4573): Error: cannot implicitly convert expression
(fbuf.length) of type ulong to uint
dmd2\src\phobos\std\format.d(4575): Error: cannot implicitly convert expression
(& sl) of type uint* to ulong*
dmd2\src\phobos\std\format.d(4578): Error: cannot implicitly convert expression
(fbuf.length * 2LU) of type ulong to uint
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------