What is the exact meaning of 'nothrow'?

Yuxuan Shui via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 10 17:06:22 PDT 2015


I want to know exactly what is considered to be 'throw'.

I'm able to use dynamic arrays (which can throw 'Range 
violation') and asserts in a nothrow function. Shouldn't those be 
considered 'throw'?


More information about the Digitalmars-d-learn mailing list