[Lemon-commits] [lemon_svn] alpar: r439 - hugo/trunk/src/include/skeletons

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


Author: alpar
Date: Wed Apr 14 14:24:55 2004
New Revision: 439

Modified:
   hugo/trunk/src/include/skeletons/graph.h

Log:
Some concerns about the copy constructors of graph.h


Modified: hugo/trunk/src/include/skeletons/graph.h
==============================================================================
--- hugo/trunk/src/include/skeletons/graph.h	(original)
+++ hugo/trunk/src/include/skeletons/graph.h	Wed Apr 14 14:24:55 2004
@@ -34,6 +34,9 @@
     /// Defalult constructor.
     GraphSkeleton() {}
     ///Copy consructor.
+
+    ///\todo It is not clear, what we expect from a copy constructor.
+    ///E.g. How to assign the nodes/edges to each other? What about maps?
     GraphSkeleton(const GraphSkeleton &G) {}
 
     /// The base type of the node iterators.



More information about the Lemon-commits mailing list