COIN-OR::LEMON - Graph Library

Changeset 616:24682336c38e in lemon


Ignore:
Timestamp:
04/06/09 19:51:54 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Fix compilation with MSVC (#258)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dimacs-solver.cc

    r608 r616  
    116116           DimacsDescriptor &desc)
    117117{
    118   std::stringstream iss(ap["infcap"]);
     118  std::stringstream iss(static_cast<std::string>(ap["infcap"]));
    119119  Value infty;
    120120  iss >> infty;
Note: See TracChangeset for help on using the changeset viewer.