author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:27:01 +0100 | |
branch | Symbian2 |
changeset 3 | e1b950c65cb4 |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// Boost.Function library |
williamr@2 | 2 |
|
williamr@2 | 3 |
// Copyright Douglas Gregor 2003. Use, modification and |
williamr@2 | 4 |
// distribution is subject to the Boost Software License, Version |
williamr@2 | 5 |
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
williamr@2 | 6 |
// http://www.boost.org/LICENSE_1_0.txt) |
williamr@2 | 7 |
|
williamr@2 | 8 |
// For more information, see http://www.boost.org |
williamr@2 | 9 |
#if !defined(BOOST_PP_IS_ITERATING) |
williamr@2 | 10 |
# error Boost.Function - do not include this file! |
williamr@2 | 11 |
#endif |
williamr@2 | 12 |
|
williamr@2 | 13 |
#define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION() |
williamr@2 | 14 |
#include <boost/function/detail/maybe_include.hpp> |
williamr@2 | 15 |
#undef BOOST_FUNCTION_NUM_ARGS |
williamr@2 | 16 |