Jonathan M Davis:

> Asserts are for 
> debugging, testing, and verifying code when developing, not for code which is 
> released.

If you take a look at the dmd compiler, it's released with asserts in, and they 
give all those nice error messages I put in Bugzilla :-)

Bye,
bearophile

Reply via email to