Added the comment for BOOST_PP_VARIADICS define.

This commit is contained in:
Takatoshi Kondo 2015-07-05 07:46:11 +09:00
parent 777e5f13f3
commit 584bd8575f
3 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#if defined(MSGPACK_USE_BOOST) #if defined(MSGPACK_USE_BOOST)
// BOOST_PP_VARIADICS is defined in boost/preprocessor/config/config.hpp
// http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
// However, supporting compiler detection is not complete. msgpack-c requires
// variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
#define BOOST_PP_VARIADICS #define BOOST_PP_VARIADICS
#include <boost/preprocessor.hpp> #include <boost/preprocessor.hpp>

View File

@ -20,6 +20,10 @@
#if defined(MSGPACK_USE_BOOST) #if defined(MSGPACK_USE_BOOST)
// BOOST_PP_VARIADICS is defined in boost/preprocessor/config/config.hpp
// http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
// However, supporting compiler detection is not complete. msgpack-c requires
// variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
#define BOOST_PP_VARIADICS #define BOOST_PP_VARIADICS
#include <boost/preprocessor.hpp> #include <boost/preprocessor.hpp>

View File

@ -20,6 +20,10 @@
#if defined(MSGPACK_USE_BOOST) #if defined(MSGPACK_USE_BOOST)
// BOOST_PP_VARIADICS is defined in boost/preprocessor/config/config.hpp
// http://www.boost.org/libs/preprocessor/doc/ref/variadics.html
// However, supporting compiler detection is not complete. msgpack-c requires
// variadic macro arguments support. So BOOST_PP_VARIADICS is defined here explicitly.
#define BOOST_PP_VARIADICS #define BOOST_PP_VARIADICS
#include <boost/preprocessor.hpp> #include <boost/preprocessor.hpp>