[Issue 7282] std.string.format throws at runtime where writef works	fine
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Jan 12 12:12:50 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7282
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-01-12 12:12:49 PST ---
Btw a workaround:
    string str = to!string(pretty("123456"));
    auto str1 = format("%s", str);
So to!string works as well, it's just format() that bails.
-- 
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