COIN-OR::LEMON - Graph Library

Changeset 415:679e64913c5e in lemon-0.x for src/include/smart_graph.h


Ignore:
Timestamp:
04/26/04 16:40:59 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@555
Message:

for igcc-3.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/smart_graph.h

    r407 r415  
    5454      const SmartGraph* G;
    5555    public:
    56       virtual void add(const Key k) = NULL;
    57       virtual void erase(const Key k) = NULL;
     56      virtual void add(const Key k) = 0;
     57      virtual void erase(const Key k) = 0;
    5858      DynMapBase(const SmartGraph &_G) : G(&_G) {}
    5959      virtual ~DynMapBase() {}
Note: See TracChangeset for help on using the changeset viewer.