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