[Issue 4532] std.string.format, std.stream methods, etc. still use the old doFormat instead of formattedWrite
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Aug 7 21:00:41 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=4532
--- Comment #18 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/16822243a1e18f1df2f0e02e60bcfaa3fb252a30
Remove unused private writefx() function.
This eliminates the 3rd last usage of doFormat in Phobos, thus inching
us closer to fully fixing bug #4532.
https://github.com/D-Programming-Language/phobos/commit/df3fbff9488afa12b9f3b6ca4de5cd46f2e240dd
Merge pull request #2403 from quickfur/issue4532b
Remove unused private writefx() function.
--
More information about the Digitalmars-d-bugs
mailing list