diff --git a/doc/headers.html b/doc/headers.html index e96b25e..58f33db 100644 --- a/doc/headers.html +++ b/doc/headers.html @@ -54,7 +54,7 @@
Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/ref/variadics.html b/doc/ref/variadics.html index 3e40c1b..a08e8c5 100644 --- a/doc/ref/variadics.html +++ b/doc/ref/variadics.html @@ -13,14 +13,14 @@ code to check for the presence of variadic macro support. It can be used by the end-user for the same purpose. The macro equals 1 if variadic macros are supported and 0 if they are not.
#include <boost/preprocessor/config/variadics.hpp>+
#if BOOST_PP_VARIADICS
#define SOME_MACRO(...) // replacement list
#else
#define SOME_MACRO(param1,param2) // replacement list
#endif
#include <boost/preprocessor/config/config.hpp>
#if BOOST_PP_VARIADICS
#define SOME_MACRO(...) // replacement list
#else
#define SOME_MACRO(param1,param2) // replacement list
#endif
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt