Macros
assert.h File Reference

Go to the source code of this file.

Macros

#define ASSERTINFO(s, i)   if ( !(s) ) { throw(({"Assertion failed: " + i + "\n--------------------------------------------------------------------\n", backtrace() })); }
 

Macro Definition Documentation

#define ASSERTINFO (   s,
 
)    if ( !(s) ) { throw(({"Assertion failed: " + i + "\n--------------------------------------------------------------------\n", backtrace() })); }

Definition at line 22 of file assert.h.