src/lemon/maps.h
changeset 977 48962802d168
parent 959 c80ef5912903
child 987 87f7c54892df
     1.1 --- a/src/lemon/maps.h	Wed Nov 10 19:59:14 2004 +0000
     1.2 +++ b/src/lemon/maps.h	Wed Nov 10 20:14:32 2004 +0000
     1.3 @@ -104,9 +104,6 @@
     1.4      V operator[](const K&) const { return v; }
     1.5      void set(const K&, const V&) { }
     1.6    };
     1.7 -  //to document later
     1.8 -  typedef Const<bool, true> True;
     1.9 -  typedef Const<bool, false> False;
    1.10  
    1.11    /// \c std::map wrapper
    1.12