epoc32/include/stdapis/boost/function/detail/prologue.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
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