]> git.donarmstrong.com Git - rsem.git/blob - boost/fusion/container/vector/vector40.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / container / vector / vector40.hpp
1 /*=============================================================================
2     Copyright (c) 2001-2011 Joel de Guzman
3     Copyright (c) 2001-2011 Joel de Guzman
4
5     Distributed under the Boost Software License, Version 1.0. (See accompanying
6     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 ==============================================================================*/
8 #if !defined(FUSION_VECTOR40_05052005_0208)
9 #define FUSION_VECTOR40_05052005_0208
10
11 #include <boost/fusion/container/vector/vector40_fwd.hpp>
12 #include <boost/fusion/support/sequence_base.hpp>
13 #include <boost/fusion/support/detail/access.hpp>
14 #include <boost/fusion/iterator/next.hpp>
15 #include <boost/fusion/iterator/deref.hpp>
16 #include <boost/fusion/sequence/intrinsic/begin.hpp>
17 #include <boost/fusion/container/vector/detail/at_impl.hpp>
18 #include <boost/fusion/container/vector/detail/value_at_impl.hpp>
19 #include <boost/fusion/container/vector/detail/begin_impl.hpp>
20 #include <boost/fusion/container/vector/detail/end_impl.hpp>
21
22 #include <boost/mpl/void.hpp>
23 #include <boost/mpl/int.hpp>
24 #include <boost/mpl/at.hpp>
25 #include <boost/mpl/bool.hpp>
26 #include <boost/mpl/vector/vector40.hpp>
27 #include <boost/type_traits/is_convertible.hpp>
28 #include <boost/utility/enable_if.hpp>
29
30 #include <boost/preprocessor/dec.hpp>
31 #include <boost/preprocessor/iteration/iterate.hpp>
32 #include <boost/preprocessor/repetition/enum.hpp>
33 #include <boost/preprocessor/repetition/enum_shifted.hpp>
34 #include <boost/preprocessor/repetition/enum_params.hpp>
35 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
36 #include <boost/preprocessor/repetition/repeat_from_to.hpp>
37
38 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
39 #include <boost/fusion/container/vector/detail/preprocessed/vector40.hpp>
40 #else
41 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
42 #pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/vector40.hpp")
43 #endif
44
45 /*=============================================================================
46     Copyright (c) 2001-2011 Joel de Guzman
47
48     Distributed under the Boost Software License, Version 1.0. (See accompanying
49     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
50
51     This is an auto-generated file. Do not edit!
52 ==============================================================================*/
53
54 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
55 #pragma wave option(preserve: 1)
56 #endif
57
58 namespace boost { namespace fusion
59 {
60     struct vector_tag;
61     struct fusion_sequence_tag;
62     struct random_access_traversal_tag;
63
64 // expand vector31 to vector40
65 #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
66 #define BOOST_PP_ITERATION_LIMITS (31, 40)
67 #include BOOST_PP_ITERATE()
68
69 }}
70
71 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
72 #pragma wave option(output: null)
73 #endif
74
75 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
76
77 #endif
78