[Lemon-commits] [lemon_svn] marci: r478 - hugo/trunk/src/include
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:39 CET 2006
Author: marci
Date: Tue Apr 20 14:10:36 2004
New Revision: 478
Modified:
hugo/trunk/src/include/smart_graph.h
Log:
template first goes to comment...
Modified: hugo/trunk/src/include/smart_graph.h
==============================================================================
--- hugo/trunk/src/include/smart_graph.h (original)
+++ hugo/trunk/src/include/smart_graph.h Tue Apr 20 14:10:36 2004
@@ -123,11 +123,11 @@
InEdgeIt& first(InEdgeIt& e, const Node v) const {
e=InEdgeIt(*this,v); return e; }
- template< typename It >
- It first() const { It e; first(e); return e; }
+// template< typename It >
+// It first() const { It e; first(e); return e; }
- template< typename It >
- It first(Node v) const { It e; first(e,v); return e; }
+// template< typename It >
+// It first(Node v) const { It e; first(e,v); return e; }
bool valid(Edge e) const { return e.n!=-1; }
bool valid(Node n) const { return n.n!=-1; }
More information about the Lemon-commits
mailing list