Monday, 30 September 2013

How do I use this debug macro?

How do I use this debug macro?

using namespace std;
#ifdef DEBUG
#define debug(args...) {dbg,args; cerr<<endl;}
#else
#define debug(args...) // Just strip off all debug
tokens

No comments:

Post a Comment