Assert

David B. Held dheld at codelogicconsulting.com
Fri Jun 29 23:49:44 PDT 2007


Sean Kelly wrote:
> [...]
> Seems like the main problem is that assert is compiled out in release 
> builds, correct?  Throwing a custom message and such already works.

No, you guys are missing the important point: *stringizing the 
condition*.  That is what is impossible without repeating the condition 
or having macros.

Dave



More information about the Digitalmars-d mailing list