mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Small adjustments for the new logger.
Both FairMQLogger and FairMQStateMachine use Boost Fusion internaly. Because the state machine needs FUSION_MAX_VECTOR_SIZE 20 defined, same value has to be defined in the logger, otherwise Fusion is not properly compiled.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
5136c88d3a
commit
54e1777c00
@@ -15,6 +15,7 @@
|
||||
#define LOGGER_H
|
||||
|
||||
#define BOOST_LOG_DYN_LINK 1 // necessary when linking the boost_log library dynamically
|
||||
#define FUSION_MAX_VECTOR_SIZE 20
|
||||
|
||||
// std
|
||||
#include <type_traits>
|
||||
|
Reference in New Issue
Block a user