[Lemon-commits] [lemon_svn] alpar: r1914 - hugo/trunk/lemon

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


Author: alpar
Date: Thu May 26 18:32:26 2005
New Revision: 1914

Modified:
   hugo/trunk/lemon/lp_base.h
   hugo/trunk/lemon/maps.h

Log:
Revome duplicated typedefs

Modified: hugo/trunk/lemon/lp_base.h
==============================================================================
--- hugo/trunk/lemon/lp_base.h	(original)
+++ hugo/trunk/lemon/lp_base.h	Thu May 26 18:32:26 2005
@@ -184,7 +184,7 @@
       typedef True LpSolverRow;
       Row() {}
       Row(const Invalid&) : id(-1) {}
-      typedef True LpSolverRow;
+
       bool operator<(Row c) const  {return id<c.id;}
       bool operator==(Row c) const  {return id==c.id;}
       bool operator!=(Row c) const  {return id==c.id;} 

Modified: hugo/trunk/lemon/maps.h
==============================================================================
--- hugo/trunk/lemon/maps.h	(original)
+++ hugo/trunk/lemon/maps.h	Thu May 26 18:32:26 2005
@@ -525,8 +525,6 @@
     typedef typename M2::Key Key;
     typedef typename M1::Value Value;
 
-    typedef True NeedCopy;
-
     ///Constructor
 
     ///\e



More information about the Lemon-commits mailing list