http://d.puremagic.com/issues/show_bug.cgi?id=7282
--- Comment #1 from Andrej Mitrovic <[email protected]> 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: -------
