#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 or copy at www.boost.org/LICENSE_1_0.txt)