COIN-OR::LEMON - Graph Library

Changeset 1282:81e89e2b90d1 in lemon-0.x for src/lemon/concept


Ignore:
Timestamp:
03/31/05 15:30:27 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1714
Message:

length() returns int istead of size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/concept/path.h

    r1270 r1282  
    5858
    5959      /// Length of the path.
    60       size_t length() const {return 0;}
     60      int length() const {return 0;}
    6161      /// Returns whether the path is empty.
    6262      bool empty() const { return true;}
Note: See TracChangeset for help on using the changeset viewer.