COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r1092 r1197  
    13771377    struct SetReachedMapTraits : public Traits {
    13781378      typedef T ReachedMap;
    1379       static ReachedMap *createReachedMap(const Digraph &digraph) {
     1379      static ReachedMap *createReachedMap(const Digraph &) {
    13801380        LEMON_ASSERT(false, "ReachedMap is not initialized");
    13811381        return 0; // ignore warnings
Note: See TracChangeset for help on using the changeset viewer.