FairMQLogger: undefine DEBUG if it has been previously defined

This commit is contained in:
Alexey Rybalchenko 2017-06-23 12:29:59 +02:00 committed by Mohammad Al-Turany
parent 035d5fb353
commit b311b0c6da

View File

@ -17,6 +17,11 @@
#define BOOST_LOG_DYN_LINK 1 // necessary when linking the boost_log library dynamically
#define FUSION_MAX_VECTOR_SIZE 20
#ifdef DEBUG
#undef DEBUG
#warning "The symbol 'DEBUG' is used in FairMQLogger. undefining..."
#endif
// std
#include <type_traits>
#include <cstddef>