diff -r b6347aae6575 -r 404b98971e1f lemon/concepts/maps.h --- a/lemon/concepts/maps.h Wed Sep 12 17:34:01 2012 +0200 +++ b/lemon/concepts/maps.h Thu Sep 13 12:13:19 2012 +0200 @@ -49,7 +49,7 @@ /// Returns the value associated with the given key. Value operator[](const Key &) const { - return *static_cast(0); + return *(static_cast(0)+1); } template