version(assert) and Phobos release unittest build

Dicebot public at dicebot.lv
Thu Nov 28 07:48:28 PST 2013


I think using assert for unittests is a mistake if you ever going 
to test release builds. `std.exception.enforce` or something 
similar is a better match.


More information about the Digitalmars-d-learn mailing list