Nothrow functions

Janderson ask at me.com
Wed Oct 1 07:59:37 PDT 2008


Walter Bright wrote:
> http://www.reddit.com/r/programming/comments/74fx4/nothrow_functions_in_the_d_programming_language/ 
> 

Perhaps now constructors can enforce no-throw.  Functions that have 
throw would have to be handled in that constructor.  Of course we could 
always do this manually, but it might be worth considering making on by 
default for constructors.

-Joel



More information about the Digitalmars-d mailing list