]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/fusion/include/boost/fusion/algorithm/transformation.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fusion / include / boost / fusion / algorithm / transformation.hpp
CommitLineData
7c673cae
FG
1/*=============================================================================
2 Copyright (c) 2001-2011 Joel de Guzman
3
4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6==============================================================================*/
7#if !defined(FUSION_ALGORITHM_TRANSFORMATION_10022005_0551)
8#define FUSION_ALGORITHM_TRANSFORMATION_10022005_0551
9
10#include <boost/fusion/support/config.hpp>
11#include <boost/fusion/algorithm/transformation/clear.hpp>
12#include <boost/fusion/algorithm/transformation/erase.hpp>
13#include <boost/fusion/algorithm/transformation/erase_key.hpp>
14#include <boost/fusion/algorithm/transformation/filter.hpp>
15#include <boost/fusion/algorithm/transformation/filter_if.hpp>
16#include <boost/fusion/algorithm/transformation/insert.hpp>
17#include <boost/fusion/algorithm/transformation/insert_range.hpp>
18#include <boost/fusion/algorithm/transformation/join.hpp>
19#include <boost/fusion/algorithm/transformation/pop_back.hpp>
20#include <boost/fusion/algorithm/transformation/pop_front.hpp>
21#include <boost/fusion/algorithm/transformation/push_back.hpp>
22#include <boost/fusion/algorithm/transformation/push_front.hpp>
23#include <boost/fusion/algorithm/transformation/remove.hpp>
24#include <boost/fusion/algorithm/transformation/remove_if.hpp>
25#include <boost/fusion/algorithm/transformation/replace.hpp>
26#include <boost/fusion/algorithm/transformation/replace_if.hpp>
27#include <boost/fusion/algorithm/transformation/reverse.hpp>
28#include <boost/fusion/algorithm/transformation/transform.hpp>
29#include <boost/fusion/algorithm/transformation/zip.hpp>
30#include <boost/fusion/algorithm/transformation/flatten.hpp>
31
32#endif