[Issue 4450] New: writefln throws unexpected runtime error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 12 13:58:31 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4450
Summary: writefln throws unexpected runtime error
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: sean at invisibleduck.org
ReportedBy: roel.mathys at gmail.com
--- Comment #0 from Roel <roel.mathys at gmail.com> 2010-07-12 13:58:29 PDT ---
The following code compiles fine, but gives the following
"std.format.FormatError: std.format integral" when ran.
import std.stdio;
void main() {
writefln ("%i", 4);
}
DMD v2.047
Regards,
Roel
--
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