forked from boostorg/iterator
vc6-stlport workaround
[SVN r29795]
This commit is contained in:
@ -103,13 +103,15 @@ int main( void )
|
|||||||
intset.insert(54);
|
intset.insert(54);
|
||||||
//
|
//
|
||||||
|
|
||||||
|
typedef
|
||||||
boost::zip_iterator<
|
boost::zip_iterator<
|
||||||
boost::tuples::tuple<
|
boost::tuples::tuple<
|
||||||
std::set<int>::iterator
|
std::set<int>::iterator
|
||||||
, std::vector<double>::iterator
|
, std::vector<double>::iterator
|
||||||
>
|
>
|
||||||
>
|
> zit_mixed;
|
||||||
zip_it_mixed(
|
|
||||||
|
zit_mixed zip_it_mixed = zit_mixed(
|
||||||
boost::make_tuple(
|
boost::make_tuple(
|
||||||
intset.begin()
|
intset.begin()
|
||||||
, vect1.begin()
|
, vect1.begin()
|
||||||
|
Reference in New Issue
Block a user