Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /*=============================================================================
0002     Copyright (c) 1999-2003 Jaakko Jarvi
0003     Copyright (c) 2001-2011 Joel de Guzman
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_VECTOR_FORWARD_07072005_0125)
0009 #define FUSION_VECTOR_FORWARD_07072005_0125
0010 
0011 #include <boost/fusion/support/config.hpp>
0012 #include <boost/fusion/container/vector/detail/cpp03/limits.hpp>
0013 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
0014 
0015 #include <boost/fusion/container/vector/detail/cpp03/vector10.hpp>
0016 #if (FUSION_MAX_VECTOR_SIZE > 10)
0017 #include <boost/fusion/container/vector/detail/cpp03/vector20.hpp>
0018 #endif
0019 #if (FUSION_MAX_VECTOR_SIZE > 20)
0020 #include <boost/fusion/container/vector/detail/cpp03/vector30.hpp>
0021 #endif
0022 #if (FUSION_MAX_VECTOR_SIZE > 30)
0023 #include <boost/fusion/container/vector/detail/cpp03/vector40.hpp>
0024 #endif
0025 #if (FUSION_MAX_VECTOR_SIZE > 40)
0026 #include <boost/fusion/container/vector/detail/cpp03/vector50.hpp>
0027 #endif
0028 
0029 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
0030 #include <boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp>
0031 #else
0032 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0033 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/vvector" FUSION_MAX_VECTOR_SIZE_STR "_fwd.hpp")
0034 #endif
0035 
0036 /*=============================================================================
0037     Copyright (c) 2001-2011 Joel de Guzman
0038 
0039     Distributed under the Boost Software License, Version 1.0. (See accompanying
0040     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0041 
0042     This is an auto-generated file. Do not edit!
0043 ==============================================================================*/
0044 
0045 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0046 #pragma wave option(preserve: 1)
0047 #endif
0048 
0049 namespace boost { namespace fusion
0050 {
0051     struct void_;
0052 
0053     template <
0054         BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
0055             FUSION_MAX_VECTOR_SIZE, typename T, void_)
0056     >
0057     struct vector;
0058 }}
0059 
0060 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
0061 #pragma wave option(output: null)
0062 #endif
0063 
0064 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
0065 
0066 #endif