mirror of
https://github.com/boostorg/utility.git
synced 2026-04-29 10:13:25 +02: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:
@@ -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