diff -r 06f939455cb1 -r fffa6456548a lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Mon Oct 17 10:28:48 2005 +0000 +++ b/lemon/bits/vector_map.h Mon Oct 17 10:30:59 2005 +0000 @@ -71,14 +71,6 @@ typedef _Item Key; /// The value type of the map. typedef _Value Value; - /// The const reference type of the map. - typedef typename Container::const_reference ConstReference; - /// The reference type of the map. - typedef typename Container::reference Reference; - - typedef const Value ConstValue; - typedef Value* Pointer; - typedef const Value* ConstPointer; typedef AlterationNotifier<_Item> Registry; @@ -99,7 +91,6 @@ /// The pointer type of the map; typedef typename Container::const_pointer ConstPointer; - typedef True FullTypeTag; /// \brief Constructor to attach the new map into the registry. ///