https://issues.dlang.org/show_bug.cgi?id=20715
Imperatorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #1 from Imperatorn <[email protected]> --- When B is by ref A will have inout pure nothrow @nogc @safe this(ref inout(A) p) { this.data = p.data; return this; } B's destructor will not be nogc --
