mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 01:22:15 -05: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"
|