convert_boost_tuple.cpp 544 B

1234567891011121314
  1. /*=============================================================================
  2. Copyright (c) 2015 Kohei Takahashi
  3. Use modification and distribution are subject to the Boost Software
  4. License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt).
  6. ==============================================================================*/
  7. #include <boost/tuple/tuple.hpp>
  8. #include <boost/fusion/include/boost_tuple.hpp>
  9. #define FUSION_SEQUENCE boost::tuples::tuple
  10. #include "convert.hpp"