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

greenify <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from greenify <[email protected]> ---
FYI have you seen Cybershadow's comment?
https://github.com/dlang/dmd/pull/6816#issuecomment-307657520

And his reduced test case for the regression in libasync?

struct S
{
    ~this() {}
}

class C
{
    S s;

    this() nothrow {}
}

--

Reply via email to