COIN-OR::LEMON - Graph Library

Changeset 1367:a490662291b9 in lemon-0.x for src/lemon/concept/maps.h


Ignore:
Timestamp:
04/18/05 16:59:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1812
Message:

More steps toward gcc-3.4 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/concept/maps.h

    r1359 r1367  
    7777
    7878      /// Sets the value associated with a key.
    79       void set(const Key &k,const Value &t) {}
     79      void set(const Key &,const Value &) {}
    8080
    8181      ///Default constructor
     
    115115
    116116      /// Returns the value associated with a key.
    117       Value operator[](const Key &k) const {return Value();}
     117      Value operator[](const Key &) const {return Value();}
    118118      /// Sets the value associated with a key.
    119       void set(const Key &k,const Value &t) {}
     119      void set(const Key & ,const Value &) {}
    120120
    121121      template<typename _ReadWriteMap>
Note: See TracChangeset for help on using the changeset viewer.