Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:46:24

0001 /*=============================================================================
0002     Copyright (c) 2005-2012 Joel de Guzman
0003     Copyright (c) 2005-2007 Dan Marsden
0004 
0005     Distributed under the Boost Software License, Version 1.0. (See accompanying
0006     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0007 ==============================================================================*/
0008 #if !defined(FUSION_PP_DEQUE_FORWARD_02092007_0749)
0009 #define FUSION_PP_DEQUE_FORWARD_02092007_0749
0010 
0011 #if defined(BOOST_FUSION_HAS_VARIADIC_DEQUE)
0012 #error "C++03 only! This file should not have been included"
0013 #endif
0014 
0015 #include <boost/fusion/container/deque/detail/cpp03/limits.hpp>
0016 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
0017 
0018 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0019 #include <boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>
0020 #else
0021 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0022 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/deque" FUSION_MAX_DEQUE_SIZE_STR "_fwd.hpp")
0023 #endif
0024 
0025 /*=============================================================================
0026     Copyright (c) 2001-2011 Joel de Guzman
0027 
0028     Distributed under the Boost Software License, Version 1.0. (See accompanying
0029     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0030 
0031     This is an auto-generated file. Do not edit!
0032 ==============================================================================*/
0033 
0034 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0035 #pragma wave option(preserve: 1)
0036 #endif
0037 
0038 namespace boost { namespace fusion
0039 {
0040     struct void_;
0041 
0042     template<
0043         BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
0044             FUSION_MAX_DEQUE_SIZE, typename T, void_)>
0045     struct deque;
0046 }}
0047 
0048 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0049 #pragma wave option(output: null)
0050 #endif
0051 
0052 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
0053 
0054 #endif