File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
include/msgpack/adaptor/detail Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2020
2121#if defined(MSGPACK_USE_BOOST)
2222
23+ // BOOST_PP_VARIADICS is defined in boost/preprocessor/config/config.hpp
24+ // http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
25+ // However, supporting compiler detection is not complete. msgpack-c requires
26+ // variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
2327#define BOOST_PP_VARIADICS
2428#include < boost /preprocessor.hpp>
2529
Original file line number Diff line number Diff line change 2020
2121#if defined(MSGPACK_USE_BOOST)
2222
23+ // BOOST_PP_VARIADICS is defined in boost/preprocessor/config/config.hpp
24+ // http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
25+ // However, supporting compiler detection is not complete. msgpack-c requires
26+ // variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
2327#define BOOST_PP_VARIADICS
2428#include < boost/preprocessor.hpp>
2529
Original file line number Diff line number Diff line change 2020
2121#if defined(MSGPACK_USE_BOOST)
2222
23+ // BOOST_PP_VARIADICS is defined in boost/preprocessor/config/config.hpp
24+ // http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
25+ // However, supporting compiler detection is not complete. msgpack-c requires
26+ // variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
2327#define BOOST_PP_VARIADICS
2428#include < boost/preprocessor.hpp>
2529
You can’t perform that action at this time.
0 commit comments