]> git.donarmstrong.com Git - rsem.git/blob - boost/fusion/container/vector/vector50_fwd.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / container / vector / vector50_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_VECTOR50_FWD_HPP_INCLUDED)
10 #define BOOST_FUSION_VECTOR50_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 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
17 #include <boost/fusion/container/vector/detail/preprocessed/vector50_fwd.hpp>
18 #else
19 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
20 #pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/vector50_fwd.hpp")
21 #endif
22
23 /*=============================================================================
24     Copyright (c) 2011 Eric Niebler
25     Copyright (c) 2001-2011 Joel de Guzman
26
27     Distributed under the Boost Software License, Version 1.0. (See accompanying
28     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
29
30     This is an auto-generated file. Do not edit!
31 ==============================================================================*/
32
33 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
34 #pragma wave option(preserve: 1)
35 #endif
36
37 namespace boost { namespace fusion
38 {
39     // expand vector41 to vector50
40     #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/vector50_fwd.hpp>
41     #define BOOST_PP_ITERATION_LIMITS (41, 50)
42     #include BOOST_PP_ITERATE()
43 }}
44
45 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
46 #pragma wave option(output: null)
47 #endif
48
49 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
50
51 #endif
52
53 #else
54
55     template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
56     struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
57
58 #endif