mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 00:22:11 +02:00
Remove implication that a type generator may only generate a single type
[SVN r9221]
This commit is contained in:
@ -896,7 +896,7 @@ public:
|
||||
template <class AdaptableUnaryFunction, class Iterator, class ConstIterator>
|
||||
struct projection_iterator_pair_generator {
|
||||
typedef typename projection_iterator_generator<AdaptableUnaryFunction, Iterator>::type iterator;
|
||||
typedef typename const_projection_iterator_generator<AdaptableUnaryFunction, Iterator>::type const_iterator;
|
||||
typedef typename const_projection_iterator_generator<AdaptableUnaryFunction, ConstIterator>::type const_iterator;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user