COIN-OR::LEMON - Graph Library

Changeset 278:931190050520 in lemon for lemon/concepts/path.h


Ignore:
Timestamp:
09/22/08 15:33:23 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Improve the function-type interface of bfs, dfs, and dijkstra (ticket #96)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

    r236 r278  
    6767      /// \brief Template assigment
    6868      template <typename CPath>
    69       Path& operator=(const CPath& cpath) {}
     69      Path& operator=(const CPath& cpath) {
     70        ignore_unused_variable_warning(cpath);
     71        return *this;
     72      }
    7073
    7174      /// Length of the path ie. the number of arcs in the path.
Note: See TracChangeset for help on using the changeset viewer.