forked from boostorg/iterator
simplified version of iterator_adaptor, plus fix to indirect iterator
and addition of projection iterator [SVN r8317]
This commit is contained in:
@ -54,7 +54,7 @@ struct integer_range {
|
||||
#ifdef BOOST_USE_ITERATOR_ADAPTORS
|
||||
typedef iterator_adaptor<IntegerType,
|
||||
counting_iterator_policies<IntegerType>,
|
||||
counting_iterator_traits<IntegerType>, IntegerType> iterator;
|
||||
counting_iterator_traits<IntegerType> > iterator;
|
||||
#else
|
||||
typedef int_iterator<IntegerType> iterator;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user