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_TUPLE_FORWARD_10032005_0956)
8 #define FUSION_TUPLE_FORWARD_10032005_0956
9 
10 #include <boost/fusion/support/config.hpp>
11 #include <boost/fusion/container/vector/detail/cpp03/limits.hpp>
12 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
13 
14 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
15 #include <boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>
16 #else
17 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
18 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/tuple" FUSION_MAX_VECTOR_SIZE_STR "_fwd.hpp")
19 #endif
20 
21 /*=============================================================================
22     Copyright (c) 2001-2011 Joel de Guzman
23 
24     Distributed under the Boost Software License, Version 1.0. (See accompanying
25     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
26 
27     This is an auto-generated file. Do not edit!
28 ==============================================================================*/
29 
30 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
31 #pragma wave option(preserve: 1)
32 #endif
33 
34 namespace boost { namespace fusion
35 {
36     struct void_;
37 
38     template <
39         BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
40             FUSION_MAX_VECTOR_SIZE, typename T, void_)
41     >
42     struct tuple;
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