COIN-OR::LEMON - Graph Library

Changeset 281:e9b4fbe163f5 in lemon for lemon/concepts


Ignore:
Timestamp:
09/26/08 09:52:28 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
280:e7f8647ce760 (diff), 279:6307bbbf285b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

    r278 r281  
    2121///\brief Classes for representing paths in digraphs.
    2222///
    23 ///\todo Iterators have obsolete style
    2423
    2524#ifndef LEMON_CONCEPT_PATH_H
  • 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.