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