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