diff --git a/lemon/maps.h b/lemon/maps.h --- a/lemon/maps.h +++ b/lemon/maps.h @@ -1308,7 +1308,7 @@ _maps_bits::Identity > class BackInserterBoolMap { public: - typedef typename Container::value_type Key; + typedef typename Functor::argument_type Key; typedef bool Value; /// Constructor @@ -1343,7 +1343,7 @@ _maps_bits::Identity > class FrontInserterBoolMap { public: - typedef typename Container::value_type Key; + typedef typename Functor::argument_type Key; typedef bool Value; /// Constructor