COIN-OR::LEMON - Graph Library

Changeset 823:afba7fbbb239 in lemon-0.x for src/hugo


Ignore:
Timestamp:
09/08/04 14:12:16 (20 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1119
Message:

There was a little troublie with the true return statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/skeletons/path.h

    r818 r823  
    107107
    108108        /// Comparison operator
    109         bool operator==(const EdgeIt& e) const {}
    110         /// Comparison operator
    111         bool operator!=(const EdgeIt& e) const {}
     109        bool operator==(const EdgeIt& e) const {return true;}
     110        /// Comparison operator
     111        bool operator!=(const EdgeIt& e) const {return true;}
    112112//      /// Comparison operator
    113113//      /// \todo It is not clear what is the "natural" ordering.
Note: See TracChangeset for help on using the changeset viewer.