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_MPL_09172006_2049) |
8 | #define FUSION_MPL_09172006_2049 |
9 | |
10 | // The fusion <--> MPL link headers |
11 | #include <boost/fusion/iterator/mpl.hpp> |
12 | #include <boost/fusion/adapted/mpl.hpp> |
13 | |
14 | #include <boost/fusion/mpl/at.hpp> |
15 | #include <boost/fusion/mpl/back.hpp> |
16 | #include <boost/fusion/mpl/begin.hpp> |
17 | #include <boost/fusion/mpl/clear.hpp> |
18 | #include <boost/fusion/mpl/empty.hpp> |
19 | #include <boost/fusion/mpl/end.hpp> |
20 | #include <boost/fusion/mpl/erase.hpp> |
21 | #include <boost/fusion/mpl/erase_key.hpp> |
22 | #include <boost/fusion/mpl/front.hpp> |
23 | #include <boost/fusion/mpl/has_key.hpp> |
24 | #include <boost/fusion/mpl/insert.hpp> |
25 | #include <boost/fusion/mpl/insert_range.hpp> |
26 | #include <boost/fusion/mpl/pop_back.hpp> |
27 | #include <boost/fusion/mpl/pop_front.hpp> |
28 | #include <boost/fusion/mpl/push_back.hpp> |
29 | #include <boost/fusion/mpl/push_front.hpp> |
30 | #include <boost/fusion/mpl/size.hpp> |
31 | |
32 | #endif |
33 |