1 /*============================================================================= 2 Copyright (c) 2001-2011 Joel de Guzman 3 4 Distributed under the Boost Software License, Version 1.0. (See accompanying 5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6 ==============================================================================*/ 7 #if !defined(FUSION_SET_FORWARD_09162005_1102) 8 #define FUSION_SET_FORWARD_09162005_1102 9 10 #include <boost/fusion/support/config.hpp> 11 #include <boost/fusion/container/set/detail/cpp03/limits.hpp> 12 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp> 13 14 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES) 15 #include <boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp> 16 #else 17 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES) 18 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/set" FUSION_MAX_SET_SIZE_STR "_fwd.hpp") 19 #endif 20 21 /*============================================================================= 22 Copyright (c) 2001-2011 Joel de Guzman 23 24 Distributed under the Boost Software License, Version 1.0. (See accompanying 25 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 26 27 This is an auto-generated file. Do not edit! 28 ==============================================================================*/ 29 30 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES) 31 #pragma wave option(preserve: 1) 32 #endif 33 34 namespace boost { namespace fusion 35 { 36 struct void_; 37 struct set_tag; 38 struct set_iterator_tag; 39 40 template < 41 BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT( 42 FUSION_MAX_SET_SIZE, typename T, void_) 43 > 44 struct set; 45 }} 46 47 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES) 48 #pragma wave option(output: null) 49 #endif 50 51 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES 52 53 #endif 54