[Issue 4532] Position specifiers don't work in format
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 18 08:47:07 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4532
--- Comment #2 from Stewart Gordon <smjg at iname.com> 2010-08-18 08:47:04 PDT ---
I've just looked at the code and seem to have figured out what's going on.
Traditionally, std.format.doFormat is the function that underlies all the
writef* functions and std.string.format. However, a new templated function has
been written to replace it, std.format.formattedWrite. The problem is that
std.string.format still uses doFormat, as do the writef* functions in
std.stream and others.
We need to get this fixed, and then deprecate doFormat.
--
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