diff -r c691064dfd4f -r be8a861d3bb7 lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Thu Sep 11 11:10:44 2008 +0100 +++ b/lemon/bits/map_extender.h Mon Sep 15 22:28:32 2008 +0200 @@ -62,6 +62,7 @@ MapExtender(const Graph& graph, const Value& value) : Parent(graph, value) {} + private: MapExtender& operator=(const MapExtender& cmap) { return operator=(cmap); } @@ -72,6 +73,7 @@ return *this; } + public: class MapIt : public Item { public: @@ -200,6 +202,7 @@ SubMapExtender(const Graph& _graph, const Value& _value) : Parent(_graph, _value), graph(_graph) {} + private: SubMapExtender& operator=(const SubMapExtender& cmap) { return operator=(cmap); } @@ -214,6 +217,7 @@ return *this; } + public: class MapIt : public Item { public: