author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// Boost.Function library |
williamr@2 | 2 |
|
williamr@2 | 3 |
// Copyright Douglas Gregor 2002-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 |
|
williamr@2 | 10 |
#define BOOST_FUNCTION_NUM_ARGS 2 |
williamr@2 | 11 |
#include <boost/function/detail/maybe_include.hpp> |
williamr@2 | 12 |
#undef BOOST_FUNCTION_NUM_ARGS |