[Issue 4165] std.conv.to!int doesn't ignore whitespace

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4165 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 4165] std.conv.to!int doesn't ignore whitespace

2010-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4165 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4165] std.conv.to!int doesn't ignore whitespace

2010-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4165 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added CC|

[Issue 4165] std.conv.to!int doesn't ignore whitespace

2010-05-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4165 --- Comment #1 from bearophile_h...@eml.cc 2010-05-22 14:24:20 PDT --- A comment by Adam Ruppe: I don't think that's a bug. It should only worry about converting, not filtering out bad stuff. That's an orthogonal problem that the other