[Symphony-tickets] [SYMPHONY] #77: CoinMpsIO.cpp
CoinMpsIO::dealWithFileName fileName_
SYMPHONY
coin-trac at coin-or.org
Fri Jul 27 11:07:16 EDT 2007
#77: CoinMpsIO.cpp CoinMpsIO::dealWithFileName fileName_
----------------------+-----------------------------------------------------
Reporter: jcheng | Owner: tkr
Type: defect | Status: new
Priority: normal | Milestone: 5.2
Component: Not Sure | Version:
Keywords: |
----------------------+-----------------------------------------------------
CoinMpsIO.hpp defines fileName_ as char * at line 938
/// Current file name
char * fileName_;
CoinMpsIO::dealWithFileName makes the assignment at line 1438.
// be clever with extensions here
std::string fname = fileName_;
With Microsoft Visual C++ 2005, such assignment is not appropriate.
Hence fname would be NULL.
Will you please verify if my understanding is correct or not. Thanks.
--
Ticket URL: <https://projects.coin-or.org/SYMPHONY/ticket/77>
SYMPHONY <http://projects.coin-or.org/SYMPHONY>
The SYMPHONY framework for parallel branch-and-cut algorithms.
More information about the Symphony-tickets
mailing list