Broken?

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Mar 12 15:08:54 PDT 2014


13-Mar-2014 02:02, bearophile пишет:
> Walter Bright:
>
>> That said, there's still a case for !final.
>
> It looks bad :-(
>
> int foo() nothrow {
>      return 0;
> }
> int bar() !throw {
>      return 0;
> }
>
> Bye,
> bearophile

~nothrow

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list