This.
Imagine all the possibilities - I firmly believe that every language needs a wtf() function.
ID:95872
May 23 2010, 3:52 pm
|
|||||||
Redundant
| |||||||
#define wtf(x) ASSERT(x)
...or if you want to specify the message:
#define wtf(x,y) if(x) {CRASH(y)}