[Issue 13055] @nogc std.string.sformat

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 11 02:32:09 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13055

--- Comment #1 from bearophile_hugs at eml.cc ---
One of my intended usages for this function is to generate messages for
exceptions in @nogc code. Chris Cain comments:

> It's just stack-allocated this way isn't possible since the 
> exception can be thrown into a scope above your stack allocated 
> chars.

--


More information about the Digitalmars-d-bugs mailing list