2003-09-09 03:22:50 +00:00
|
|
|
#include <boost/tuple/tuple.hpp>
|
|
|
|
|
|
2015-08-23 23:46:44 -04:00
|
|
|
#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
|
2011-03-29 21:17:11 +00:00
|
|
|
|
2015-08-23 23:46:44 -04:00
|
|
|
#include "detail/zip_iterator_test_original.ipp"
|