src/hugo/vector_map_factory.h
changeset 817 3e30caeb9c00
parent 804 6874a72dbdc5
     1.1 --- a/src/hugo/vector_map_factory.h	Tue Sep 07 15:14:29 2004 +0000
     1.2 +++ b/src/hugo/vector_map_factory.h	Tue Sep 07 15:17:15 2004 +0000
     1.3 @@ -173,6 +173,9 @@
     1.4  	container.clear();
     1.5        }
     1.6  
     1.7 +      class iterator;
     1.8 +      class const_iterator;
     1.9 +
    1.10        /** Compatible iterator with the stl maps' iterators.
    1.11         *  It iterates on pairs of a key and a value.
    1.12         */