diff -r 4a45c8808b33 -r 0977046c60d2 lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Sat Sep 26 07:16:22 2009 +0200 +++ b/lemon/bits/map_extender.h Sat Sep 26 07:21:54 2009 +0200 @@ -49,6 +49,8 @@ typedef typename Parent::Reference Reference; typedef typename Parent::ConstReference ConstReference; + typedef typename Parent::ReferenceMapTag ReferenceMapTag; + class MapIt; class ConstMapIt; @@ -191,6 +193,8 @@ typedef typename Parent::Reference Reference; typedef typename Parent::ConstReference ConstReference; + typedef typename Parent::ReferenceMapTag ReferenceMapTag; + class MapIt; class ConstMapIt;