COIN-OR::LEMON - Graph Library

Changeset 2343:21587bc5922b in lemon-0.x for lemon/smart_graph.h


Ignore:
Timestamp:
01/11/07 22:58:30 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3135
Message:

G++-3.3 conform solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/smart_graph.h

    r2342 r2343  
    410410    class UEdge {
    411411      friend class SmartUGraphBase;
    412       friend class SmartUGraphBase::Edge;
    413412    protected:
    414413
     
    432431
    433432    public:
    434       operator UEdge() const { return UEdge(id / 2); }
     433      operator UEdge() const { return uEdgeFromId(id / 2); }
    435434
    436435      Edge() {}
Note: See TracChangeset for help on using the changeset viewer.