[Issue 17149] to!int("42", 16, LetterCase.lower) does not compile
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Feb 6 00:12:46 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17149
Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Hmmm. Well, when I read the documentation, I understood that you had to specify
upper or lowercase and not that it accepted both. Rereading through the
documentation though, I see that it's talking specifically about converting
_from_ int to string rather than the other way around. So, I guess that I
misread the documentation.
--
More information about the Digitalmars-d-bugs
mailing list