lemon/bits/vector_map.h
changeset 2202 09cbc87cb4ab
parent 2031 080d51024ac5
child 2260 4274224f8a7d
     1.1 --- a/lemon/bits/vector_map.h	Wed Sep 06 10:10:48 2006 +0000
     1.2 +++ b/lemon/bits/vector_map.h	Wed Sep 06 10:19:57 2006 +0000
     1.3 @@ -42,9 +42,7 @@
     1.4    ///
     1.5    /// The VectorMap template class is graph map structure what
     1.6    /// automatically updates the map when a key is added to or erased from
     1.7 -  /// the map. This map factory uses the allocators to implement 
     1.8 -  /// the container functionality. This map factory
     1.9 -  /// uses the std::vector to implement the container function.
    1.10 +  /// the map. This map type uses the std::vector to store the values.
    1.11    ///
    1.12    /// \param Notifier The AlterationNotifier that will notify this map.
    1.13    /// \param Item The item type of the graph items.