https://issues.dlang.org/show_bug.cgi?id=13370
Ketmar Dark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ketmar Dark <[email protected]> --- seems that this request is a child of misunderstanding. delegate body in this case includes 'write()', which is not @nogc. if we'll remove write(), dmd will correctly infer @nogc attribute. --
