function7.hpp 425 B

123456789101112
  1. // Boost.Function library
  2. // Copyright Douglas Gregor 2002-2003. Use, modification and
  3. // distribution is subject to the Boost Software License, Version
  4. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. // For more information, see http://www.boost.org
  7. #define BOOST_FUNCTION_NUM_ARGS 7
  8. #include <boost/function/detail/maybe_include.hpp>
  9. #undef BOOST_FUNCTION_NUM_ARGS