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

Imperatorn <johan_forsberg...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan_forsberg_86@hotmail.c
                   |                            |om

--- Comment #1 from Imperatorn <johan_forsberg...@hotmail.com> ---
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

--

Reply via email to