Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:54

0001 // Boost.Function library
0002 
0003 //  Copyright Douglas Gregor 2002-2003. Use, modification and
0004 //  distribution is subject to the Boost Software License, Version
0005 //  1.0. (See accompanying file LICENSE_1_0.txt or copy at
0006 //  http://www.boost.org/LICENSE_1_0.txt)
0007 
0008 // For more information, see http://www.boost.org
0009 
0010 #ifndef BOOST_FUNCTION_PROLOGUE_HPP
0011 #define BOOST_FUNCTION_PROLOGUE_HPP
0012 #  include <boost/function/detail/requires_cxx11.hpp>
0013 #  include <cassert>
0014 #  include <algorithm>
0015 #  include <boost/config/no_tr1/functional.hpp> // unary_function, binary_function
0016 #  include <boost/throw_exception.hpp>
0017 #  include <boost/config.hpp>
0018 #  include <boost/function/function_base.hpp>
0019 #  include <boost/mem_fn.hpp>
0020 #  include <boost/type_traits/is_integral.hpp>
0021 #  include <boost/preprocessor/enum.hpp>
0022 #  include <boost/preprocessor/enum_params.hpp>
0023 #  include <boost/preprocessor/cat.hpp>
0024 #  include <boost/preprocessor/repeat.hpp>
0025 #  include <boost/preprocessor/inc.hpp>
0026 #  include <boost/type_traits/is_void.hpp>
0027 #endif // BOOST_FUNCTION_PROLOGUE_HPP