Skip to content
Snippets Groups Projects
Commit c116d7d3 authored by g0dil's avatar g0dil
Browse files

Utils/Logger: Fix SENF_LOG_TPL

parent ea759c67
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,8 @@
\hideinitializer
*/
#define SENF_LOG_TPL(args) \
SENF_LOG_BLOCK_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)), \
{ log << BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args); })
SENF_LOG_BLOCK_TPL_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)), \
{ log << BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args); })
/** \brief Enable block based on logging parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment