The CATREMINDER macro is used with pragma to print out a reminder during compile that you can click on from the Visual Studio interface to go to the code that generated it. It's useful for leaving todo's and such in the code. The __CAT*__ macros above it are to jump through the hoops required to convert the __LINE__ macro into a line number string. Usage: pragma CATREMINDER("Fix this.") Definition at line 34 of file CATDebug.h.
|