• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*=============================================================================
2     Copyright (c) 2005-2012 Joel de Guzman
3     Copyright (c) 2005-2007 Dan Marsden
4 
5     Distributed under the Boost Software License, Version 1.0. (See accompanying
6     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 ==============================================================================*/
8 #if !defined(FUSION_PP_DEQUE_FORWARD_02092007_0749)
9 #define FUSION_PP_DEQUE_FORWARD_02092007_0749
10 
11 #if defined(BOOST_FUSION_HAS_VARIADIC_DEQUE)
12 #error "C++03 only! This file should not have been included"
13 #endif
14 
15 #include <boost/fusion/container/deque/detail/cpp03/limits.hpp>
16 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
17 
18 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
19 #include <boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>
20 #else
21 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
22 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/deque" FUSION_MAX_DEQUE_SIZE_STR "_fwd.hpp")
23 #endif
24 
25 /*=============================================================================
26     Copyright (c) 2001-2011 Joel de Guzman
27 
28     Distributed under the Boost Software License, Version 1.0. (See accompanying
29     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
30 
31     This is an auto-generated file. Do not edit!
32 ==============================================================================*/
33 
34 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
35 #pragma wave option(preserve: 1)
36 #endif
37 
38 namespace boost { namespace fusion
39 {
40     struct void_;
41 
42     template<
43         BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
44             FUSION_MAX_DEQUE_SIZE, typename T, void_)>
45     struct deque;
46 }}
47 
48 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
49 #pragma wave option(output: null)
50 #endif
51 
52 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
53 
54 #endif
55