mpl.hpp 389 B

1234567891011121314
  1. #ifndef BOOST_MP11_MPL_HPP_INCLUDED
  2. #define BOOST_MP11_MPL_HPP_INCLUDED
  3. // Copyright 2017, 2019 Peter Dimov.
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. //
  7. // See accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt
  9. #include <boost/mp11/mpl_list.hpp>
  10. #include <boost/mp11/mpl_tuple.hpp>
  11. #endif // #ifndef BOOST_MP11_MPL_HPP_INCLUDED