mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-05 15:34:39 -04:00
Merge commit '4ebe6417a5fce5f0994fc0c31bebf732be96a07c' as 'boost'
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user