COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/bfs_test.cc

    r1258 r1172  
    6262  Arc e;
    6363  int l, i;
    64   ::lemon::ignore_unused_variable_warning(l,i);
     64  ignore_unused_variable_warning(l,i);
    6565  bool b;
    6666  BType::DistMap d(G);
     
    152152  Digraph g;
    153153  bool b;
    154   ::lemon::ignore_unused_variable_warning(b);
     154  ignore_unused_variable_warning(b);
    155155
    156156  bfs(g).run(Node());
Note: See TracChangeset for help on using the changeset viewer.