
26 Jul
2007
26 Jul
'07
4:42 p.m.
On 7/26/07, David Abrahams <dave@boost-consulting.com> wrote:
on Tue Jul 24 2007, "Stjepan Rajko" <stipe-AT-asu.edu> wrote:
Hello,
I was just wondering whether there are plans to add the zip_iterator based on fusion to CVS HEAD. The following post mentions it:
Only when we can do it without breaking anything. That means:
0. boost::tuple is a valid fusion tuple
#include <boost/fusion/sequence/adapted/boost_tuple.hpp> from zip_iterator would do this, no? (or including it from tuple itself, if it should always be a fusion sequence)
1. The subset of Fusion we use works on all the same broken compilers, or
2. We have officially dropped support for those compilers
OK, thanks! Stjepan