[Issue 13586] Destructors not run when argument list evaluation throws

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Oct 28 00:58:46 PDT 2014


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

--- Comment #18 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
What optimization does it provide? Most parameters are scoped, i.e. not owned
by the callee, so since they are owned by the caller, they are destroyed by the
caller.

--


More information about the Digitalmars-d-bugs mailing list