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:
Ronald Garcia
2003-08-11 16:29:47 +00:00
committed by Peter Dimov
parent d6c6f0ce16
commit fff85e7db9
2 changed files with 4 additions and 6 deletions

View File

@@ -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) {