File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
include/msgpack/adaptor/detail Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2424// http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
2525// However, supporting compiler detection is not complete. msgpack-c requires
2626// variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
27+ #if !defined(BOOST_PP_VARIADICS)
2728#define BOOST_PP_VARIADICS
29+ #endif
30+
2831#include < boost /preprocessor.hpp>
2932
3033#include "msgpack/versioning.hpp"
Original file line number Diff line number Diff line change 2424// http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
2525// However, supporting compiler detection is not complete. msgpack-c requires
2626// variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
27+ #if !defined(BOOST_PP_VARIADICS)
2728#define BOOST_PP_VARIADICS
29+ #endif
30+
2831#include < boost/preprocessor.hpp>
2932
3033#include " msgpack/versioning.hpp"
Original file line number Diff line number Diff line change 2424// http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
2525// However, supporting compiler detection is not complete. msgpack-c requires
2626// variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
27+ #if !defined(BOOST_PP_VARIADICS)
2728#define BOOST_PP_VARIADICS
29+ #endif
30+
2831#include < boost/preprocessor.hpp>
2932
3033#include " msgpack/versioning.hpp"
You can’t perform that action at this time.
0 commit comments