mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-06 03:11:37 +01:00
Updated shared_container_iterator to use the new iterator adaptors library. Updated the documentation and examples as well to reflect the changes.
[SVN r19535]
This commit is contained in:
committed by
Peter Dimov
parent
d6c6f0ce16
commit
fff85e7db9
@@ -9,8 +9,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
typedef boost::shared_container_iterator_generator< std::vector<int> >::type
|
||||
iterator;
|
||||
typedef boost::shared_container_iterator< std::vector<int> > iterator;
|
||||
|
||||
|
||||
void set_range(iterator& i, iterator& end) {
|
||||
|
||||
Reference in New Issue
Block a user