zip_iterator_test_fusion.cpp 500 B

123456789101112131415
  1. // Copyright (c) 2014 Kohei Takahashi.
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. // See http://www.boost.org for most recent version including documentation.
  8. #include <boost/fusion/include/vector.hpp>
  9. #include <boost/fusion/include/make_vector.hpp>
  10. #define TUPLE boost::fusion::vector
  11. #define MAKE_TUPLE boost::fusion::make_vector
  12. #include "detail/zip_iterator_test.ipp"