scope() statements and return

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 7 07:23:33 PDT 2014


On Tue, 07 Oct 2014 16:08:33 +0200
Timon Gehr via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> >> What's the point anyway?
> > non-final try/catch will not make function "nothrow".
i'm talking about my proposal, where non-final try/catch will not make
function nothrow, only 'final try' will do. and anything that not
catched in this 'final' will abort the program immediately, without any
tries to do unwinding or executing scope() statements.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141007/87c3f717/attachment.sig>


More information about the Digitalmars-d mailing list