]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/fusion/include/boost/fusion/algorithm/iteration/reverse_iter_fold.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fusion / include / boost / fusion / algorithm / iteration / reverse_iter_fold.hpp
CommitLineData
7c673cae
FG
1/*=============================================================================
2 Copyright (c) 2010 Christopher Schmidt
3 Copyright (c) 2001-2011 Joel de Guzman
4 Copyright (c) 2015 Kohei Takahashi
5
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==============================================================================*/
9#ifndef BOOST_FUSION_ALGORITHM_ITERATION_REVERSE_ITER_FOLD_HPP
10#define BOOST_FUSION_ALGORITHM_ITERATION_REVERSE_ITER_FOLD_HPP
11
12#include <boost/fusion/support/config.hpp>
13#include <boost/fusion/algorithm/iteration/reverse_iter_fold_fwd.hpp>
14#include <boost/config.hpp>
15#include <boost/fusion/sequence/intrinsic/end.hpp>
16#include <boost/fusion/sequence/intrinsic/size.hpp>
17#include <boost/fusion/support/is_segmented.hpp>
18#include <boost/fusion/support/is_sequence.hpp>
19#include <boost/fusion/iterator/deref.hpp>
20#include <boost/fusion/iterator/value_of.hpp>
21#include <boost/fusion/iterator/prior.hpp>
22#include <boost/utility/result_of.hpp>
23#include <boost/core/enable_if.hpp>
24#include <boost/type_traits/add_reference.hpp>
25
26#define BOOST_FUSION_REVERSE_FOLD
27#define BOOST_FUSION_ITER_FOLD
28
29#if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
30#include <boost/fusion/algorithm/iteration/detail/preprocessed/reverse_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/reverse_iter_fold.hpp")
34#endif
35
36/*=============================================================================
37 Copyright (c) 2010 Christopher Schmidt
38 Copyright (c) 2001-2011 Joel de Guzman
39
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)
42
43 This is an auto-generated file. Do not edit!
44==============================================================================*/
45
46#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
47#pragma wave option(preserve: 1)
48#endif
49
50#include <boost/fusion/algorithm/iteration/detail/fold.hpp>
51
52#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
53#pragma wave option(output: null)
54#endif
55
56#endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
57
58#undef BOOST_FUSION_REVERSE_FOLD
59#undef BOOST_FUSION_ITER_FOLD
60
61#endif