nothrow by default

Walter Bright newshound2 at digitalmars.com
Fri Jan 10 07:01:26 UTC 2020


On 1/9/2020 7:25 PM, Timon Gehr wrote:
> Exception unwinding gives you a stack trace.

Stack trace printing can be independent of the exception unwinding system. And 
it doesn't require all the complex tracking of RAII objects and their 
destructors, nor does it require executing code in the upstack functions.


More information about the Digitalmars-d mailing list