Thread overview | |||||
---|---|---|---|---|---|
|
October 28, 2011 [Issue 6860] New: isNumeric(immutable(char)) fails | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6860 Summary: isNumeric(immutable(char)) fails Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: thecybershadow@gmail.com --- Comment #0 from Vladimir Panteleev <thecybershadow@gmail.com> 2011-10-28 03:06:45 PDT --- import std.string; void main() { string five = "5"; assert(isNumeric(five[0])); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 01, 2012 [Issue 6860] isNumeric(immutable(char)) fails | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | http://d.puremagic.com/issues/show_bug.cgi?id=6860 SomeDude <lovelydear@mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear@mailmetrash.com --- Comment #1 from SomeDude <lovelydear@mailmetrash.com> 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: ------- |
May 01, 2012 [Issue 6860] isNumeric(immutable(char)) fails | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | http://d.puremagic.com/issues/show_bug.cgi?id=6860 --- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> 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: ------- |
Copyright © 1999-2021 by the D Language Foundation