[Issue 8326] std.string.format results in run-time exception

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 27 12:14:26 PDT 2012


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


hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx


--- Comment #1 from hsteoh at quickfur.ath.cx 2012-10-27 12:14:24 PDT ---
Yeah std.string.format is being deprecated, because it is an inferior version
of std.format. Until it is replaced by the latter, using xformat should work
(xformat simply calls std.format so it will be identical to writeln & friends).

-- 
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