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