[Issue 6627] BigInt textual representation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 8 14:24:51 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6627
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2011-09-08 14:24:37 PDT ---
I have posted two pull requests.
https://github.com/D-Programming-Language/phobos/pull/236
to!SomeString should use formatValue. After that, std.conv.text() using to!()
will support BigInt implicitly.
https://github.com/D-Programming-Language/phobos/pull/231
Issue 6595 - std.string.format() and sformat() are obsolete
std.string.format() and sformat() are now uses std.format.doFormat(), but it is
obsolute function. After that, the two functions uses formatValue, and will
support BigInt implicitly.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list