COIN-OR::LEMON - Graph Library

Changeset 971:643d3192ebc8 in lemon-0.x


Ignore:
Timestamp:
11/08/04 17:42:35 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1358
Message:

remove an annoying warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/vector_map.h

    r946 r971  
    190190    /// Erase a key from the map. It called by the observer registry
    191191    /// and it overrides the erase() member function of the observer base.     
    192     void erase(const KeyType& key) {}
     192    void erase(const KeyType&) {}
    193193
    194194    /// Buildes the map.
Note: See TracChangeset for help on using the changeset viewer.