mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-10 07:33:53 +00:00
9 lines
240 B
C++
9 lines
240 B
C++
#include <boost/tuple/tuple.hpp>
|
|
|
|
#define ZI_TUPLE boost::tuples::tuple
|
|
#define ZI_MAKE_TUPLE boost::make_tuple
|
|
#define ZI_TUPLE_GET(n) boost::tuples::get<n>
|
|
#define ZI_USE_BOOST_TUPLE
|
|
|
|
#include "detail/zip_iterator_test_original.ipp"
|