boost.hpp 614 B

123456789101112131415161718192021
  1. /*!
  2. @file
  3. Includes all the adaptors for external Boost libraries.
  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_HPP
  9. #define BOOST_HANA_EXT_BOOST_HPP
  10. //! @ingroup group-ext
  11. //! @defgroup group-ext-boost Other Boost adapters
  12. //! Adapters for miscellaneous heterogeneous containers in Boost.
  13. #include <boost/hana/ext/boost/fusion.hpp>
  14. #include <boost/hana/ext/boost/mpl.hpp>
  15. #include <boost/hana/ext/boost/tuple.hpp>
  16. #endif // !BOOST_HANA_EXT_BOOST_HPP