diff -r d11bf7998905 -r 2313edd0db0b lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Tue Apr 14 10:33:17 2009 +0200 +++ b/lemon/bits/map_extender.h Tue Apr 14 10:34:12 2009 +0200 @@ -47,6 +47,8 @@ typedef typename Parent::Key Key; typedef typename Parent::Value Value; + typedef typename Parent::Reference Reference; + typedef typename Parent::ConstReference ConstReference; class MapIt; class ConstMapIt; @@ -187,6 +189,8 @@ typedef typename Parent::Key Key; typedef typename Parent::Value Value; + typedef typename Parent::Reference Reference; + typedef typename Parent::ConstReference ConstReference; class MapIt; class ConstMapIt;