Project revived from Feb2017
[EroSomnia.git] / deps / boost_1_63_0 / boost / fusion / algorithm / iteration / iter_fold.hpp
blobcff5b4edf90bab97bf9b8d87849e9e2ce7d814f3
1 /*=============================================================================
2 Copyright (c) 2010 Christopher Schmidt
3 Copyright (c) 2001-2011 Joel de Guzman
4 Copyright (c) 2015 Kohei Takahashi
6 Distributed under the Boost Software License, Version 1.0. (See accompanying
7 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 ==============================================================================*/
10 #ifndef BOOST_FUSION_ALGORITHM_ITERATION_ITER_FOLD_HPP
11 #define BOOST_FUSION_ALGORITHM_ITERATION_ITER_FOLD_HPP
13 #include <boost/fusion/support/config.hpp>
14 #include <boost/fusion/algorithm/iteration/iter_fold_fwd.hpp>
15 #include <boost/config.hpp>
16 #include <boost/fusion/sequence/intrinsic/begin.hpp>
17 #include <boost/fusion/sequence/intrinsic/size.hpp>
18 #include <boost/fusion/support/is_segmented.hpp>
19 #include <boost/fusion/support/is_sequence.hpp>
20 #include <boost/fusion/iterator/deref.hpp>
21 #include <boost/fusion/iterator/value_of.hpp>
22 #include <boost/fusion/iterator/next.hpp>
23 #include <boost/utility/result_of.hpp>
24 #include <boost/core/enable_if.hpp>
25 #include <boost/type_traits/add_reference.hpp>
27 #define BOOST_FUSION_ITER_FOLD
29 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
30 #include <boost/fusion/algorithm/iteration/detail/preprocessed/iter_fold.hpp>
31 #else
32 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
33 #pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/iter_fold.hpp")
34 #endif
36 /*=============================================================================
37 Copyright (c) 2010 Christopher Schmidt
38 Copyright (c) 2001-2011 Joel de Guzman
40 Distributed under the Boost Software License, Version 1.0. (See accompanying
41 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
43 This is an auto-generated file. Do not edit!
44 ==============================================================================*/
46 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
47 #pragma wave option(preserve: 1)
48 #endif
50 #include <boost/fusion/algorithm/iteration/detail/fold.hpp>
52 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
53 #pragma wave option(output: null)
54 #endif
56 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
58 #undef BOOST_FUSION_ITER_FOLD
60 #endif