]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/fusion/algorithm/iteration/fold.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / fusion / algorithm / iteration / fold.hpp
1 /*=============================================================================
2 Copyright (c) 2001-2011 Joel de Guzman
3 Copyright (c) 2007 Dan Marsden
4 Copyright (c) 2009-2010 Christopher Schmidt
5 Copyright (c) 2015 Kohei Takahashi
6
7 Distributed under the Boost Software License, Version 1.0. (See accompanying
8 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 ==============================================================================*/
10 #ifndef BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
11 #define BOOST_FUSION_ALGORITHM_ITERATION_FOLD_HPP
12
13 #include <boost/fusion/support/config.hpp>
14 #include <boost/fusion/algorithm/iteration/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>
26
27 #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
28 #include <boost/fusion/algorithm/iteration/detail/preprocessed/fold.hpp>
29 #else
30 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
31 #pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/fold.hpp")
32 #endif
33
34 /*=============================================================================
35 Copyright (c) 2001-2011 Joel de Guzman
36 Copyright (c) 2007 Dan Marsden
37 Copyright (c) 2009-2010 Christopher Schmidt
38
39 Distributed under the Boost Software License, Version 1.0. (See accompanying
40 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
41
42 This is an auto-generated file. Do not edit!
43 ==============================================================================*/
44
45 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
46 #pragma wave option(preserve: 1)
47 #endif
48
49 #include <boost/fusion/algorithm/iteration/detail/fold.hpp>
50
51 #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
52 #pragma wave option(output: null)
53 #endif
54
55 #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
56
57 #include <boost/fusion/algorithm/iteration/detail/segmented_fold.hpp>
58
59 #endif