[Lemon-commits] [lemon_svn] deba: r2613 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:53:55 CET 2006


Author: deba
Date: Wed Mar  8 14:10:43 2006
New Revision: 2613

Modified:
   hugo/trunk/lemon/graph_utils.h

Log:
Omitting warning



Modified: hugo/trunk/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/lemon/graph_utils.h	(original)
+++ hugo/trunk/lemon/graph_utils.h	Wed Mar  8 14:10:43 2006
@@ -1515,6 +1515,7 @@
     public:
 
       typedef DefaultMap<_Graph, Key, int> Parent;
+      typedef typename Parent::Graph Graph;
 
       AutoNodeMap(const Graph& graph) : Parent(graph, 0) {}
       
@@ -1627,6 +1628,7 @@
     public:
 
       typedef DefaultMap<_Graph, Key, int> Parent;
+      typedef typename Parent::Graph Graph;
 
       AutoNodeMap(const Graph& graph) : Parent(graph, 0) {}
       



More information about the Lemon-commits mailing list