mpl.hpp 610 B

123456789101112131415161718192021
  1. /*!
  2. @file
  3. Includes all the adaptors for the Boost.MPL library.
  4. @copyright Louis Dionne 2013-2017
  5. Distributed under the Boost Software License, Version 1.0.
  6. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
  7. */
  8. #ifndef BOOST_HANA_EXT_BOOST_MPL_HPP
  9. #define BOOST_HANA_EXT_BOOST_MPL_HPP
  10. //! @ingroup group-ext
  11. //! @defgroup group-ext-mpl Boost.MPL adapters
  12. //! Adapters for Boost.MPL containers.
  13. #include <boost/hana/ext/boost/mpl/integral_c.hpp>
  14. #include <boost/hana/ext/boost/mpl/list.hpp>
  15. #include <boost/hana/ext/boost/mpl/vector.hpp>
  16. #endif // !BOOST_HANA_EXT_BOOST_MPL_HPP