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