vc6-stlport workaround

[SVN r29795]
This commit is contained in:
Dave Abrahams
2005-06-26 13:21:09 +00:00
parent 54ae365c98
commit e22bb495db

View File

@ -103,13 +103,15 @@ int main( void )
intset.insert(54);
//
typedef
boost::zip_iterator<
boost::tuples::tuple<
std::set<int>::iterator
, std::vector<double>::iterator
>
>
zip_it_mixed(
> zit_mixed;
zit_mixed zip_it_mixed = zit_mixed(
boost::make_tuple(
intset.begin()
, vect1.begin()