On 9/26/14, 8:58 PM, Andrej Mitrovic via Digitalmars-d wrote:
On 9/27/14, H. S. Teoh via Digitalmars-d <digitalmars-d@puremagic.com> wrote:Anyway, what I have in mind is more to take the current Phobos std.format (of which writeln is just a thin wrapper), stick @nogc on it, and hack it until it either compiles with @nogc, or isolate the GC partsI don't see how, unless you provide an overload taking a buffer.
RCString. -- Andrei