]> git.donarmstrong.com Git - rsem.git/blob - boost/fusion/container/vector/vector10_fwd.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / container / vector / vector10_fwd.hpp
1 #ifndef BOOST_PP_IS_ITERATING
2 /*=============================================================================
3     Copyright (c) 2011 Eric Niebler
4     Copyright (c) 2001-2011 Joel de Guzman
5
6     Distributed under the Boost Software License, Version 1.0. (See accompanying
7     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 ==============================================================================*/
9 #if !defined(BOOST_FUSION_VECTOR10_FWD_HPP_INCLUDED)
10 #define BOOST_FUSION_VECTOR10_FWD_HPP_INCLUDED
11
12 #include <boost/preprocessor/cat.hpp>
13 #include <boost/preprocessor/iteration/iterate.hpp>
14 #include <boost/preprocessor/repetition/enum_params.hpp>
15
16 namespace boost { namespace fusion
17 {
18     template <typename Dummy = void>
19     struct vector0;
20 }}
21
22 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
23 #include <boost/fusion/container/vector/detail/preprocessed/vector10_fwd.hpp>
24 #else
25 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
26 #pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/vector10_fwd.hpp")
27 #endif
28
29 /*=============================================================================
30     Copyright (c) 2011 Eric Niebler
31     Copyright (c) 2001-2011 Joel de Guzman
32
33     Distributed under the Boost Software License, Version 1.0. (See accompanying
34     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
35
36     This is an auto-generated file. Do not edit!
37 ==============================================================================*/
38 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
39 #pragma wave option(preserve: 1)
40 #endif
41
42 namespace boost { namespace fusion
43 {
44     // expand vector1 to vector10
45     #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/vector10_fwd.hpp>
46     #define BOOST_PP_ITERATION_LIMITS (1, 10)
47     #include BOOST_PP_ITERATE()
48 }}
49
50 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
51 #pragma wave option(output: null)
52 #endif
53
54 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
55
56 #endif
57
58 #else
59
60     template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
61     struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
62
63 #endif