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



--- Comment #5 from Nick Sabalausky <cbkbbej...@mailinator.com> 2011-11-21 
07:44:59 PST ---
The format string can be blank and this bug will still be triggered. So a
slight reduction is:

import std.string;

struct A { ulong a, b, c; string toString() { return ""; } }

void main()
{
    A a;
    format("", a, "");
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to