On Mon, Dec 02, 2002 at 08:56:11AM -0700, D. R. Evans wrote:
> Are there any plans to remove all the remaining assertions and replace them 
> with thrown exceptions?

No, because some assertions are expensive to check (for example out of range index in
SecBlock), and I don't want them to be checked in release builds. If you have specific
suggestions for where to throw exceptions, let me know and I'll consider them on a case
by case basis.

Reply via email to