]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fusion/include/boost/fusion/container/list/detail/cpp03/list_fwd.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / fusion / include / boost / fusion / container / list / detail / cpp03 / list_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_LIST_FORWARD_07172005_0224)
8 #define FUSION_LIST_FORWARD_07172005_0224
9
10 #include <boost/fusion/support/config.hpp>
11 #include <boost/fusion/container/list/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/container/list/detail/cpp03/preprocessed/list_fwd.hpp>
16 #else
17 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
18 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/list" FUSION_MAX_LIST_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_LIST_SIZE, typename T, void_)
41 >
42 struct list;
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