[Lemon-commits] [lemon_svn] alpar: r956 - hugo/trunk/src/hugo

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


Author: alpar
Date: Thu Jul 15 19:56:34 2004
New Revision: 956

Modified:
   hugo/trunk/src/hugo/list_graph.h

Log:
Unnecessary friend declaration removed.


Modified: hugo/trunk/src/hugo/list_graph.h
==============================================================================
--- hugo/trunk/src/hugo/list_graph.h	(original)
+++ hugo/trunk/src/hugo/list_graph.h	Thu Jul 15 19:56:34 2004
@@ -1166,6 +1166,10 @@
 
   public:
     class Node;
+    class Edge;
+    class OutEdgeIt;
+    class InEdgeIt;
+    class SymEdge;
     int id(Node v) const; 
 
     class Node : public NodeGraphType::Node {
@@ -1558,8 +1562,6 @@
  	G->dyn_edge_maps.push_back(this);
       }
 
-      template<typename TT> friend class EdgeMap;
-
       ///\todo It can copy between different types.
       ///
       template<typename TT> EdgeMap(const EdgeMap<TT> &m) :



More information about the Lemon-commits mailing list