On 1/25/14 8:29 PM, Rikki Cattermole wrote:
On Saturday, 25 January 2014 at 22:55:33 UTC, Andrei Alexandrescu wrote:./modulename.d(103): Unittest failed: user-defined messageMy idea for pragma(error,) and pragma(warning,) would definately be invaluable to doing this without adding this specific behaviour. (Really should deal with that.)
What about static assert(false, "message")? Andrei