[Issue 1733] parse() function does not handle all build-in types

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 26 08:07:28 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1733


aarti at interia.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|parse() function doesn't    |parse() function does not
                   |handle char, wchar, dchar   |handle all build-in types




------- Comment #1 from aarti at interia.pl  2007-12-26 10:07 -------
Types which should at least be handled:
- char, wchar, dchar
- cfloat, cdouble, creal
- ifloat, idouble, ireal

Probably also (with default behaviour e.g. bool -> "true" -> true, "false" ->
false):
- bool
- string, wstring, dstring


-- 



More information about the Digitalmars-d-bugs mailing list