Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:34:39

0001 /*=============================================================================
0002     Copyright (c) 2001-2011 Joel de Guzman
0003     Copyright (c) 2001-2011 Joel de Guzman
0004 
0005     Distributed under the Boost Software License, Version 1.0. (See accompanying
0006     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0007 ==============================================================================*/
0008 #if !defined(FUSION_VECTOR40_05052005_0208)
0009 #define FUSION_VECTOR40_05052005_0208
0010 
0011 #include <boost/fusion/support/config.hpp>
0012 #include <boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp>
0013 #include <boost/fusion/support/sequence_base.hpp>
0014 #include <boost/fusion/support/is_sequence.hpp>
0015 #include <boost/fusion/support/detail/access.hpp>
0016 #include <boost/fusion/iterator/next.hpp>
0017 #include <boost/fusion/iterator/deref.hpp>
0018 #include <boost/fusion/sequence/intrinsic/begin.hpp>
0019 #include <boost/fusion/container/vector/detail/at_impl.hpp>
0020 #include <boost/fusion/container/vector/detail/value_at_impl.hpp>
0021 #include <boost/fusion/container/vector/detail/begin_impl.hpp>
0022 #include <boost/fusion/container/vector/detail/end_impl.hpp>
0023 
0024 #include <boost/mpl/void.hpp>
0025 #include <boost/mpl/int.hpp>
0026 #include <boost/mpl/at.hpp>
0027 #include <boost/mpl/bool.hpp>
0028 #include <boost/mpl/vector/vector40.hpp>
0029 #include <boost/type_traits/is_convertible.hpp>
0030 #include <boost/utility/enable_if.hpp>
0031 
0032 #include <boost/preprocessor/dec.hpp>
0033 #include <boost/preprocessor/iteration/iterate.hpp>
0034 #include <boost/preprocessor/repetition/enum.hpp>
0035 #include <boost/preprocessor/repetition/enum_shifted.hpp>
0036 #include <boost/preprocessor/repetition/enum_params.hpp>
0037 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
0038 #include <boost/preprocessor/repetition/repeat_from_to.hpp>
0039 
0040 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0041 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp>
0042 #else
0043 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0044 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/vector40.hpp")
0045 #endif
0046 
0047 /*=============================================================================
0048     Copyright (c) 2001-2011 Joel de Guzman
0049 
0050     Distributed under the Boost Software License, Version 1.0. (See accompanying
0051     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0052 
0053     This is an auto-generated file. Do not edit!
0054 ==============================================================================*/
0055 
0056 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0057 #pragma wave option(preserve: 1)
0058 #endif
0059 
0060 namespace boost { namespace fusion
0061 {
0062     struct vector_tag;
0063     struct fusion_sequence_tag;
0064     struct random_access_traversal_tag;
0065 
0066 #define FUSION_HASH #
0067 // expand vector31 to vector40
0068 #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/cpp03/vector_n.hpp>
0069 #define BOOST_PP_ITERATION_LIMITS (31, 40)
0070 #include BOOST_PP_ITERATE()
0071 #undef FUSION_HASH
0072 }}
0073 
0074 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0075 #pragma wave option(output: null)
0076 #endif
0077 
0078 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
0079 
0080 #endif
0081