annotate DEPENDENCIES/generic/include/boost/fusion/tuple/tuple_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_TUPLE_FORWARD_10032005_0956)
Chris@16 8 #define FUSION_TUPLE_FORWARD_10032005_0956
Chris@16 9
Chris@101 10 #include <boost/fusion/support/config.hpp>
Chris@16 11 #include <boost/fusion/container/vector/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/tuple/detail/preprocessed/tuple_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/tuple" FUSION_MAX_VECTOR_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
Chris@16 38 template <
Chris@16 39 BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
Chris@16 40 FUSION_MAX_VECTOR_SIZE, typename T, void_)
Chris@16 41 >
Chris@16 42 struct tuple;
Chris@16 43 }}
Chris@16 44
Chris@16 45 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
Chris@16 46 #pragma wave option(output: null)
Chris@16 47 #endif
Chris@16 48
Chris@16 49 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
Chris@16 50
Chris@16 51 #endif
Chris@101 52