retdec
debug.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_UTILS_DEBUG_H
8 #define RETDEC_UTILS_DEBUG_H
9 
13 #define LOG \
14  if (!LOG_ENABLED) {} \
15  else std::cout
16 
17 #endif