imagehandlinglib/Src/IHLDebugPrint.h
changeset 36 c5df59b4ae2d
parent 0 2014ca87e772
child 58 9e8b0cc88842
equal deleted inserted replaced
30:b67379558a75 36:c5df59b4ae2d
    57     struct TIHLEmptyDebugString { }; // CSI: 80 #
    57     struct TIHLEmptyDebugString { }; // CSI: 80 #
    58 
    58 
    59     /**
    59     /**
    60      * Macro for defining debug-only literal strings (empty release version)
    60      * Macro for defining debug-only literal strings (empty release version)
    61      */
    61      */
    62     #define IHL_DEBUG_STRING(name, s) const TIHLEmptyDebugString name
    62     #define IHL_DEBUG_STRING(name, s) const TIHLEmptyDebugString name = {}
    63 
    63 
    64     /**
    64     /**
    65      * Output to debugger output (empty)
    65      * Output to debugger output (empty)
    66      */
    66      */
    67     #define IHL_DEBUG_PRINT IHL_EmptyPrint
    67     #define IHL_DEBUG_PRINT IHL_EmptyPrint