[Issue 6860] isNumeric(immutable(char)) fails

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6860


Peter Alexander  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||peter.alexander...@gmail.co
   ||m
 Resolution||INVALID


--- Comment #3 from Peter Alexander  2014-02-12 
13:16:51 PST ---
(In reply to comment #2)
> Still reproducible with -d.
> 
> I guess this bug should be closed when the deprecated variants are removed.

Looks like that is the case now. The only isNumeric in std.string is a version
that takes a string, not a char.

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


[Issue 6860] isNumeric(immutable(char)) fails

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6860



--- Comment #2 from Vladimir Panteleev  2012-05-01 
15:49:41 PDT ---
Still reproducible with -d.

I guess this bug should be closed when the deprecated variants are removed.

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


[Issue 6860] isNumeric(immutable(char)) fails

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6860


SomeDude  changed:

   What|Removed |Added

 CC||lovelyd...@mailmetrash.com


--- Comment #1 from SomeDude  2012-05-01 15:46:16 
PDT ---
2.059

PS E:\DigitalMars\dmd2\samples> rdmd  bug
E:\DigitalMars\dmd2\windows\bin\..\..\src\phobos\std\traits.d(3233): Error:
template std.traits.isNumeric(T) is not a function template
bug.d(8): Error: function std.string.isNumeric is deprecated

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