epoc32/include/stdapis/boost/function/detail/prologue.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 // Boost.Function library
     2 
     3 //  Copyright Douglas Gregor 2002-2003. Use, modification and
     4 //  distribution is subject to the Boost Software License, Version
     5 //  1.0. (See accompanying file LICENSE_1_0.txt or copy at
     6 //  http://www.boost.org/LICENSE_1_0.txt)
     7 
     8 // For more information, see http://www.boost.org
     9 
    10 #ifndef BOOST_FUNCTION_PROLOGUE_HPP
    11 #define BOOST_FUNCTION_PROLOGUE_HPP
    12 #  include <cassert>
    13 #  include <algorithm>
    14 #  include <boost/throw_exception.hpp>
    15 #  include <boost/config.hpp>
    16 #  include <boost/function/function_base.hpp>
    17 #  include <boost/mem_fn.hpp>
    18 #  include <boost/type_traits/is_integral.hpp>
    19 #  include <boost/preprocessor/enum.hpp>
    20 #  include <boost/preprocessor/enum_params.hpp>
    21 #  include <boost/preprocessor/cat.hpp>
    22 #  include <boost/preprocessor/repeat.hpp>
    23 #  include <boost/preprocessor/inc.hpp>
    24 #endif // BOOST_FUNCTION_PROLOGUE_HPP