# # ChangeLog for src/hugo/default_map.h in lemon-0.x # # Generated by Trac 1.2.3 # 06/27/24 05:33:17 Wed, 22 Sep 2004 08:04:31 GMT Balazs Dezso [897:ef09eee53b09] * src/hugo/array_map.h (modified) * src/hugo/default_map.h (modified) * src/hugo/extended_pair.h (modified) * src/hugo/full_graph.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/map_defines.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/sym_map.h (modified) * src/hugo/vector_map.h (modified) The default constructors are removed from the maps. The ArrayMap is ... Mon, 20 Sep 2004 22:57:48 GMT Balazs Dezso [891:74589d20dbc3] * src/hugo/array_map.h (modified) * src/hugo/default_map.h (modified) * src/hugo/graph_wrapper.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/map_defines.h (modified) * src/hugo/map_registry.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/sym_map.h (modified) * src/hugo/vector_map.h (modified) * src/test/graph_test.h (modified) * src/test/graph_wrapper_test.cc (modified) template Map(const CMap&) like constructors and ... Wed, 08 Sep 2004 12:06:45 GMT Balazs Dezso [822:88226d9fe821] * src/hugo/array_map.h (added) * src/hugo/array_map_factory.h (deleted) * src/hugo/default_map.h (added) * src/hugo/default_map_factory.h (deleted) * src/hugo/full_graph.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/map_defines.h (modified) * src/hugo/map_iterator.h (added) * src/hugo/map_registry.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/sym_map.h (added) * src/hugo/vector_map.h (added) * src/hugo/vector_map_factory.h (deleted) The MapFactories have been removed from the code because if we use ...