COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/19/08 17:14:41 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3503
Message:

G++-4.3 compatibility changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/bipartite_matching_test.cc

    r2571 r2618  
    196196
    197197    bpmatch.greedyInit();
    198     while (bpmatch.simpleAugment());
     198    while (bpmatch.simpleAugment()) { }
    199199   
    200200    Graph::UEdgeMap<bool> mm(graph);
Note: See TracChangeset for help on using the changeset viewer.