COIN-OR::LEMON - Graph Library

Changeset 157:ee17030e5f47 in lemon-0.x for src/work/alpar/emptygraph.h


Ignore:
Timestamp:
03/07/04 20:33:34 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@219
Message:

One more step toward the standars interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/emptygraph.h

    r147 r157  
    3939  class EachEdgeIt : public EdgeIt {
    4040    EachEdgeIt() {}
    41     EachEdgeIt(const EmptyGraph &, NodeIt) {}
     41    EachEdgeIt(const EmptyGraph &) {}
    4242  };
    4343
Note: See TracChangeset for help on using the changeset viewer.