category of each component iterator is reduced to a known category before we try to find a minimum.

Closes #1517


[SVN r58012]
This commit is contained in:
Dave Abrahams
2009-11-28 18:53:43 +00:00
parent 4c60e26bf8
commit ac522bc9e1
2 changed files with 25 additions and 1 deletions

2
include/boost/iterator/zip_iterator.hpp Executable file → Normal file
View File

@ -357,7 +357,7 @@ namespace boost {
{
typedef typename tuple_impl_specific::tuple_meta_transform<
IteratorTuple
, iterator_traversal<>
, pure_traversal_tag<iterator_traversal<> >
>::type tuple_of_traversal_tags;
typedef typename tuple_impl_specific::tuple_meta_accumulate<