# HG changeset patch # User Peter Kovacs # Date 2008-01-04 23:20:08 # Node ID b88dd07e6349be2b159e163d4a0da3861c0a2dd5 # Parent d794ec195ec0c10946ae30c8e622e1c32a97b3f8 Bug fix in maps.h. 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