> Try
>    #include <boost/fusion/adapted/std_pair.hpp>
> or
>    #include <boost/fusion/adapted/std_tuple.hpp>

Does the community think it's reasonable that `boost::zip_iterator` should automatically support `std::tuple` when c++11 or better is detected?

It seems to me that this would be less surprising and encourage more use of the (fantastic) zip_iterator.



On 23 March 2017 at 14:50, Michel Morin via Boost-users <boost-users@lists.boost.org> wrote:
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
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users