On 10/27/12, H. S. Teoh <hst...@quickfur.ath.cx> wrote:
>         writeln("how did the assert not trigger??!!");        // how did we 
> get
> here?!

Maybe related to -release?

If the expression is not evaluable at compile-time the assert goes
away when -release is used.

Reply via email to