On 11/11/2013 01:36 PM, Rikki Cattermole wrote:

Yes outside of macros would be useful. For example code like this would
become redundant:
pragma(msg, "Support for x is not implemented on platform y");
static assert(0);

Becoming:
pragma(error, "Support for x is not implemented on platform y");

static assert(0, "Support for x is not implemented on platform y");

Reply via email to