$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Iterator] zip iterator with std::tuple or std::pair
From: Michel Morin (mimomorin_at_[hidden])
Date: 2017-03-23 13:50:38
Matthias Wohlgemuth wrote:
> as far as I understand the zip_iterator is compatible also with STL tuple
> and pair.
Try
#include <boost/fusion/adapted/std_pair.hpp>
or
#include <boost/fusion/adapted/std_tuple.hpp>
.
Regards,
Michel