[Lemon-commits] [lemon_svn] deba: r1113 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:19 CET 2006
Author: deba
Date: Tue Sep 7 17:17:15 2004
New Revision: 1113
Modified:
hugo/trunk/src/hugo/array_map_factory.h
hugo/trunk/src/hugo/vector_map_factory.h
Log:
Some warining fix in maps.
Modified: hugo/trunk/src/hugo/array_map_factory.h
==============================================================================
--- hugo/trunk/src/hugo/array_map_factory.h (original)
+++ hugo/trunk/src/hugo/array_map_factory.h Tue Sep 7 17:17:15 2004
@@ -226,6 +226,9 @@
capacity = 0;
}
}
+
+ class iterator;
+ class const_iterator;
/** Compatible iterator with the stl maps' iterators.
* It iterates on pairs of a key and a value.
Modified: hugo/trunk/src/hugo/vector_map_factory.h
==============================================================================
--- hugo/trunk/src/hugo/vector_map_factory.h (original)
+++ hugo/trunk/src/hugo/vector_map_factory.h Tue Sep 7 17:17:15 2004
@@ -173,6 +173,9 @@
container.clear();
}
+ class iterator;
+ class const_iterator;
+
/** Compatible iterator with the stl maps' iterators.
* It iterates on pairs of a key and a value.
*/
More information about the Lemon-commits
mailing list