imagehandlinglib/Src/IHLDebugPrint.h
branchRCL_3
changeset 20 2b4b06654caa
parent 0 2014ca87e772
equal deleted inserted replaced
19:f759b6186ab5 20:2b4b06654caa
    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