list.hpp 496 B

123456789101112131415161718
  1. // (C) Copyright Edward Diener 2015
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. #if !defined(BOOST_VMD_LIST_HPP)
  6. #define BOOST_VMD_LIST_HPP
  7. #include <boost/vmd/detail/setup.hpp>
  8. #if BOOST_PP_VARIADICS
  9. #include <boost/vmd/list/to_seq.hpp>
  10. #include <boost/vmd/list/to_tuple.hpp>
  11. #endif /* BOOST_PP_VARIADICS */
  12. #endif /* BOOST_VMD_LIST_HPP */