assert(false, "...") doesn't terminate program?!

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Oct 27 11:26:21 PDT 2012


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.


More information about the Digitalmars-d mailing list