$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] TupleIt and zip_iterator
From: Andreas Fabri (andreas.fabri_at_[hidden])
Date: 2009-03-31 08:49:30
Was Anthony Williams TupleIt, mentioned in
http://www.cpptalk.net/7-vt9657.html?postdays=0&postorder=asc&start=90
and distributed in
http://groups.yahoo.com/group/boost/files/tupleit.zip)
the precursor of the boost::zip_iterator? In contrast to the boost::zip_iterator
an TupleIt iterator range can be sorted.
What are the advantages of the zip_iterator, besides being in boost.
andreas