January 28, 2007 [Issue 898] New: std.conv.toInt doesn't raise ConvOverflowError | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=898 Summary: std.conv.toInt doesn't raise ConvOverflowError Product: D Version: 1.004 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: diablotail@yahoo.com A code like: writefln(std.conv.toInt("5656566565")); doesn't raise an exception, and it also prints the value 1361599269 resulted from the integer overflow. -- |
February 06, 2007 [Issue 898] std.conv.toInt doesn't raise ConvOverflowError | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=898 diablotail@yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from diablotail@yahoo.com 2007-02-06 11:42 ------- *** Fixed in version 1.005 *** -- |
Copyright © 1999-2021 by the D Language Foundation