[Lemon-commits] [lemon_svn] alpar: r2759 - hugo/trunk/lemon/concept
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:55:01 CET 2006
Author: alpar
Date: Wed May 17 13:05:34 2006
New Revision: 2759
Modified:
hugo/trunk/lemon/concept/graph.h
Log:
Docfix
Modified: hugo/trunk/lemon/concept/graph.h
==============================================================================
--- hugo/trunk/lemon/concept/graph.h (original)
+++ hugo/trunk/lemon/concept/graph.h Wed May 17 13:05:34 2006
@@ -118,6 +118,11 @@
/// be nice.
class StaticGraph
{
+// ///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?
+// StaticGraph(const StaticGraph& g) { }
public:
///\e
@@ -126,11 +131,6 @@
/// Defalult constructor.
///
StaticGraph() { }
- ///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?
-// StaticGraph(const StaticGraph& g) { }
/// The base type of node iterators,
/// or in other words, the trivial node iterator.
More information about the Lemon-commits
mailing list