annotate DEPENDENCIES/generic/include/boost/fusion/container/set/set_fwd.hpp @ 133:4acb5d8d80b6 tip

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