COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

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