Back to home page

EIC code displayed by LXR

 
 

    


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

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