Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:34:39

0001 #ifndef BOOST_PP_IS_ITERATING
0002 /*=============================================================================
0003     Copyright (c) 2011 Eric Niebler
0004     Copyright (c) 2001-2011 Joel de Guzman
0005 
0006     Distributed under the Boost Software License, Version 1.0. (See accompanying
0007     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 ==============================================================================*/
0009 #if !defined(BOOST_FUSION_VECTOR30_FWD_HPP_INCLUDED)
0010 #define BOOST_FUSION_VECTOR30_FWD_HPP_INCLUDED
0011 
0012 #include <boost/fusion/support/config.hpp>
0013 #include <boost/preprocessor/cat.hpp>
0014 #include <boost/preprocessor/iteration/iterate.hpp>
0015 #include <boost/preprocessor/repetition/enum_params.hpp>
0016 
0017 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0018 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp>
0019 #else
0020 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0021 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/vector30_fwd.hpp")
0022 #endif
0023 
0024 /*=============================================================================
0025     Copyright (c) 2011 Eric Niebler
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     // expand vector21 to vector30
0041     #define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp>
0042     #define BOOST_PP_ITERATION_LIMITS (21, 30)
0043     #include BOOST_PP_ITERATE()
0044 }}
0045 
0046 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0047 #pragma wave option(output: null)
0048 #endif
0049 
0050 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
0051 
0052 #endif
0053 
0054 #else
0055 
0056     template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
0057     struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
0058 
0059 #endif