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



--- Comment #2 from Stewart Gordon <s...@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: -------

Reply via email to