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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 4 20:55:48 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=3610



--- Comment #8 from Vladimir Panteleev <thecybershadow at gmail.com> 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 causes conflicts with the
std.typecons.isNumeric template. An ugly workaround would be declaring a
non-templated overload set of wrappers around the templated implementation.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list