COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

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