lemon/bits/vector_map.h
changeset 1730 fffa6456548a
parent 1719 674182524bd9
child 1810 474d093466a5
     1.1 --- a/lemon/bits/vector_map.h	Mon Oct 17 10:28:48 2005 +0000
     1.2 +++ b/lemon/bits/vector_map.h	Mon Oct 17 10:30:59 2005 +0000
     1.3 @@ -71,14 +71,6 @@
     1.4      typedef _Item Key;
     1.5      /// The value type of the map.
     1.6      typedef _Value Value;
     1.7 -    /// The const reference type of the map.
     1.8 -    typedef typename Container::const_reference ConstReference;
     1.9 -    /// The reference type of the map.
    1.10 -    typedef typename Container::reference Reference;
    1.11 -
    1.12 -    typedef const Value ConstValue;
    1.13 -    typedef Value* Pointer;
    1.14 -    typedef const Value* ConstPointer;
    1.15  
    1.16      typedef AlterationNotifier<_Item> Registry;
    1.17  
    1.18 @@ -99,7 +91,6 @@
    1.19      /// The pointer type of the map;
    1.20      typedef typename Container::const_pointer ConstPointer;
    1.21  
    1.22 -    typedef True FullTypeTag;
    1.23  
    1.24      /// \brief Constructor to attach the new map into the registry.
    1.25      ///