New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
prologue.hpp in vendors/XIOS/current/extern/boost/include/boost/function/detail – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/function/detail/prologue.hpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 993 bytes
Line 
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/config/no_tr1/functional.hpp> // unary_function, binary_function
15#  include <boost/throw_exception.hpp>
16#  include <boost/config.hpp>
17#  include <boost/function/function_base.hpp>
18#  include <boost/mem_fn.hpp>
19#  include <boost/type_traits/is_integral.hpp>
20#  include <boost/preprocessor/enum.hpp>
21#  include <boost/preprocessor/enum_params.hpp>
22#  include <boost/preprocessor/cat.hpp>
23#  include <boost/preprocessor/repeat.hpp>
24#  include <boost/preprocessor/inc.hpp>
25#  include <boost/type_traits/is_void.hpp>
26#endif // BOOST_FUNCTION_PROLOGUE_HPP
Note: See TracBrowser for help on using the repository browser.