Broken?

bearophile bearophileHUGS at lycos.com
Wed Mar 12 15:02:55 PDT 2014


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


More information about the Digitalmars-d mailing list