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 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 |
#ifndef BOOST_FUNCTION_PROLOGUE_HPP |
williamr@2 | 11 |
#define BOOST_FUNCTION_PROLOGUE_HPP |
williamr@2 | 12 |
# include <cassert> |
williamr@2 | 13 |
# include <algorithm> |
williamr@2 | 14 |
# include <boost/throw_exception.hpp> |
williamr@2 | 15 |
# include <boost/config.hpp> |
williamr@2 | 16 |
# include <boost/function/function_base.hpp> |
williamr@2 | 17 |
# include <boost/mem_fn.hpp> |
williamr@2 | 18 |
# include <boost/type_traits/is_integral.hpp> |
williamr@2 | 19 |
# include <boost/preprocessor/enum.hpp> |
williamr@2 | 20 |
# include <boost/preprocessor/enum_params.hpp> |
williamr@2 | 21 |
# include <boost/preprocessor/cat.hpp> |
williamr@2 | 22 |
# include <boost/preprocessor/repeat.hpp> |
williamr@2 | 23 |
# include <boost/preprocessor/inc.hpp> |
williamr@2 | 24 |
#endif // BOOST_FUNCTION_PROLOGUE_HPP |