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'?

Reply via email to