https://issues.dlang.org/show_bug.cgi?id=17505
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 CC| |[email protected] --- Comment #1 from Martin Nowak <[email protected]> --- Introduced by https://github.com/dlang/dmd/pull/6816 Also manifestates in libasync https://github.com/etcimon/libasync/blob/a56cf33720731de717ef5d6c5f1c0d51341da145/source/libasync/events.d#L57. ---- source/libasync/events.d(57,2): Error: destructor 'libasync.events.EventLoop.~this' is not nothrow source/libasync/events.d(57,2): Error: nothrow constructor 'libasync.events.EventLoop.this' may throw ---- --
