Updated multi_array to use the new boost iterators library.

[SVN r19695]
This commit is contained in:
Ronald Garcia
2003-08-19 15:50:25 +00:00
parent a7e14cb547
commit 49b928a2ab
5 changed files with 129 additions and 121 deletions

View File

@@ -62,8 +62,6 @@ public:
typedef typename super_type::const_reference const_reference;
typedef typename super_type::iterator iterator;
typedef typename super_type::const_iterator const_iterator;
typedef typename super_type::iter_base iter_base;
typedef typename super_type::const_iter_base const_iter_base;
typedef typename super_type::reverse_iterator reverse_iterator;
typedef typename super_type::const_reverse_iterator const_reverse_iterator;
typedef typename super_type::element element;