[Clp-tickets] [COIN-OR Linear Programming Solver] #62: Clp no longer compiles using MSVC

COIN-OR Linear Programming Solver coin-trac at coin-or.org
Tue Nov 26 01:58:10 EST 2013


#62: Clp no longer compiles using MSVC
---------------------------+----------------------
 Reporter:  jonnyz007      |      Owner:  somebody
     Type:  enhancement    |     Status:  new
 Priority:  trivial        |  Milestone:
Component:  component1     |    Version:
 Keywords:  VC++, tolower  |
---------------------------+----------------------
 Might be worth checking but Clp (1.15.5) no longer compiles with Visual
 Studio (2010 or 2012). Offending lines:

 const int c0 = std::tolower(s0[i]);

 which are lines 843 and 844 in CoinHelperFunctions.hpp. VC++ doesn't know
 about std::tolower, not sure correct fix but dropping the namespace
 reference fixed it (i.e. just tolower()).

--
Ticket URL: <https://projects.coin-or.org/Clp/ticket/62>
COIN-OR Linear Programming Solver <http://projects.coin-or.org/Clp>
A linear programming solver.



More information about the Clp-tickets mailing list