ic-macros  0.1.5
pragma_message.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IC_BUILD_MESSAGE(msg)   _IC_DO_PRAGMA(message("Build message - " #msg))
 Print a diagnostic build message while compiling. More...
 

Macro Definition Documentation

◆ IC_BUILD_MESSAGE

#define IC_BUILD_MESSAGE (   msg)    _IC_DO_PRAGMA(message("Build message - " #msg))

Print a diagnostic build message while compiling.

Definition at line 17 of file pragma_message.h.