COIN-OR::LEMON - Graph Library

Changeset 529:e63a1dda5c68 in lemon-0.x


Ignore:
Timestamp:
05/04/04 18:17:17 (20 years ago)
Author:
jacint
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@695
Message:

Adding update() to NullMap?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/maps.h

    r391 r529  
    2727    T operator[](const K&) const { return T(); }
    2828    void set(const K&, const T&) {}
     29    ///\bug when update is removed from map concepts by being dynamic
     30    ///stuffs, this line have to be removed.
     31    void update() { }
    2932  };
    3033
Note: See TracChangeset for help on using the changeset viewer.