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