| 1 | #ifndef BOOST_MP11_HPP_INCLUDED |
|---|---|
| 2 | #define BOOST_MP11_HPP_INCLUDED |
| 3 | |
| 4 | // Copyright 2015 Peter Dimov. |
| 5 | // |
| 6 | // Distributed under the Boost Software License, Version 1.0. |
| 7 | // |
| 8 | // See accompanying file LICENSE_1_0.txt or copy at |
| 9 | // http://www.boost.org/LICENSE_1_0.txt |
| 10 | |
| 11 | #include <boost/mp11/list.hpp> |
| 12 | #include <boost/mp11/algorithm.hpp> |
| 13 | #include <boost/mp11/integral.hpp> |
| 14 | #include <boost/mp11/utility.hpp> |
| 15 | #include <boost/mp11/function.hpp> |
| 16 | #include <boost/mp11/map.hpp> |
| 17 | #include <boost/mp11/set.hpp> |
| 18 | #include <boost/mp11/bind.hpp> |
| 19 | #include <boost/mp11/integer_sequence.hpp> |
| 20 | #include <boost/mp11/tuple.hpp> |
| 21 | |
| 22 | #endif // #ifndef BOOST_MP11_HPP_INCLUDED |
| 23 |
