diff -r a3402913cffe -r f63e87b9748e lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Sat Apr 18 21:54:30 2009 +0200 +++ b/lemon/bits/map_extender.h Tue Apr 21 10:34:49 2009 +0100 @@ -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;