# HG changeset patch # User Peter Kovacs # Date 1199485208 -3600 # Node ID b88dd07e6349be2b159e163d4a0da3861c0a2dd5 # Parent d794ec195ec0c10946ae30c8e622e1c32a97b3f8 Bug fix in maps.h. diff -r d794ec195ec0 -r b88dd07e6349 lemon/maps.h --- a/lemon/maps.h Fri Jan 04 23:13:45 2008 +0100 +++ b/lemon/maps.h Fri Jan 04 23:20:08 2008 +0100 @@ -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