lemon/bits/map_extender.h
changeset 580 2313edd0db0b
parent 440 88ed40ad0d4f
child 617 4137ef9aacc6
     1.1 --- a/lemon/bits/map_extender.h	Tue Apr 14 10:33:17 2009 +0200
     1.2 +++ b/lemon/bits/map_extender.h	Tue Apr 14 10:34:12 2009 +0200
     1.3 @@ -47,6 +47,8 @@
     1.4  
     1.5      typedef typename Parent::Key Key;
     1.6      typedef typename Parent::Value Value;
     1.7 +    typedef typename Parent::Reference Reference;
     1.8 +    typedef typename Parent::ConstReference ConstReference;
     1.9  
    1.10      class MapIt;
    1.11      class ConstMapIt;
    1.12 @@ -187,6 +189,8 @@
    1.13  
    1.14      typedef typename Parent::Key Key;
    1.15      typedef typename Parent::Value Value;
    1.16 +    typedef typename Parent::Reference Reference;
    1.17 +    typedef typename Parent::ConstReference ConstReference;
    1.18  
    1.19      class MapIt;
    1.20      class ConstMapIt;