Revome duplicated typedefs
authoralpar
Thu, 26 May 2005 16:32:26 +0000
changeset 14392c43106bef85
parent 1438 826bdac3525a
child 1440 3d2e3cfb2a6c
Revome duplicated typedefs
lemon/lp_base.h
lemon/maps.h
     1.1 --- a/lemon/lp_base.h	Thu May 26 15:33:16 2005 +0000
     1.2 +++ b/lemon/lp_base.h	Thu May 26 16:32:26 2005 +0000
     1.3 @@ -184,7 +184,7 @@
     1.4        typedef True LpSolverRow;
     1.5        Row() {}
     1.6        Row(const Invalid&) : id(-1) {}
     1.7 -      typedef True LpSolverRow;
     1.8 +
     1.9        bool operator<(Row c) const  {return id<c.id;}
    1.10        bool operator==(Row c) const  {return id==c.id;}
    1.11        bool operator!=(Row c) const  {return id==c.id;} 
     2.1 --- a/lemon/maps.h	Thu May 26 15:33:16 2005 +0000
     2.2 +++ b/lemon/maps.h	Thu May 26 16:32:26 2005 +0000
     2.3 @@ -525,8 +525,6 @@
     2.4      typedef typename M2::Key Key;
     2.5      typedef typename M1::Value Value;
     2.6  
     2.7 -    typedef True NeedCopy;
     2.8 -
     2.9      ///Constructor
    2.10  
    2.11      ///\e