COIN-OR::LEMON - Graph Library

Changeset 2045:012cd0ca3254 in lemon-0.x


Ignore:
Timestamp:
04/13/06 19:22:17 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2686
Message:

path.h: bugfix, returning reference to a temporary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/path.h

    r1993 r2045  
    229229
    230230      ///Conversion to Graph::Node
    231       operator const GraphNode& () const {
     231      operator GraphNode () const {
    232232        if(idx >= p->length())
    233233          return p->target();
Note: See TracChangeset for help on using the changeset viewer.