[Issue 3610] isNumeric("3.14"w) is false.

2019-04-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610 Seb changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 3610] isNumeric("3.14"w) is false.

2019-04-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610 Ben changed: What|Removed |Added CC||ben.james.jo...@gmail.com --- Comment #9 from Ben ---

[Issue 3610] isNumeric("3.14"w) is false.

2018-01-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Component|dmd

[Issue 3610] isNumeric("3.14"w) is false.

2016-10-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3610 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp --

[Issue 3610] isNumeric("3.14"w) is false.

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3610 --- Comment #8 from Vladimir Panteleev 2014-01-05 06:55:27 EET --- Created an attachment (id=1311) draft patch The current implementation of isNumeric works just fine with wchar and dchar strings. However, making the function a template caus