diff -r a32f990b73d9 -r ee5959aa4410 src/lemon/lp_base.cc --- a/src/lemon/lp_base.cc Fri Apr 15 22:12:51 2005 +0000 +++ b/src/lemon/lp_base.cc Sun Apr 17 18:57:22 2005 +0000 @@ -25,9 +25,9 @@ const LpSolverBase::Value LpSolverBase::NaN = std::numeric_limits::quiet_NaN(); - const LpSolverBase::Constr::Value - LpSolverBase::Constr::INF = std::numeric_limits::infinity(); - const LpSolverBase::Constr::Value - LpSolverBase::Constr::NaN = std::numeric_limits::quiet_NaN(); +// const LpSolverBase::Constr::Value +// LpSolverBase::Constr::INF = std::numeric_limits::infinity(); +// const LpSolverBase::Constr::Value +// LpSolverBase::Constr::NaN = std::numeric_limits::quiet_NaN(); } //namespace lemon