Chris@16: // Boost.Function library Chris@16: Chris@16: // Copyright Douglas Gregor 2003. Use, modification and Chris@16: // distribution is subject to the Boost Software License, Version Chris@16: // 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // For more information, see http://www.boost.org Chris@16: #if !defined(BOOST_PP_IS_ITERATING) Chris@16: # error Boost.Function - do not include this file! Chris@16: #endif Chris@16: Chris@16: #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION() Chris@16: #include Chris@16: #undef BOOST_FUNCTION_NUM_ARGS Chris@16: