1 // Boost.Function library
\r
3 // Copyright Douglas Gregor 2003. Use, modification and
\r
4 // distribution is subject to the Boost Software License, Version
\r
5 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
\r
6 // http://www.boost.org/LICENSE_1_0.txt)
\r
8 // For more information, see http://www.boost.org
\r
9 #if !defined(BOOST_PP_IS_ITERATING)
\r
10 # error Boost.Function - do not include this file!
\r
13 #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION()
\r
14 #include <boost/function/detail/maybe_include.hpp>
\r
15 #undef BOOST_FUNCTION_NUM_ARGS
\r