[Issue 4673] Bug in std.string (isNumeric)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 18 03:44:55 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4673
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2010-08-18 03:44:53 PDT ---
This reduced case shows that parse() doesn't accept "F" or "L", so I don't see
the problem yet:
import std.conv;
void main() {
int n1 = parse!uint("F");
int n2 = parse!uint("L");
}
--
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