On 10/27/12, H. S. Teoh <hsteoh at 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.