DMD 1.027 and 2.011 releases

Walter Bright newshound1 at digitalmars.com
Sun Feb 24 21:45:13 PST 2008


Graham St Jack wrote:
>> It would work just like "nothrow" does for C++.
> 
> Just checking - I hope this means that if a nothrow function actually DID 
> try to throw an exception (by calling something that throws), compiler-
> generated code would trap it and terminate the program with an error 
> message?

No, but it will try to detect errors at compile time.


More information about the Digitalmars-d-announce mailing list