lemon/maps.h
changeset 1660 93792a112fd5
parent 1555 48769ac7ec32
child 1669 66ae78d29f1e
     1.1 --- a/lemon/maps.h	Sat Aug 27 09:32:34 2005 +0000
     1.2 +++ b/lemon/maps.h	Sat Aug 27 11:37:05 2005 +0000
     1.3 @@ -120,10 +120,10 @@
     1.4    }
     1.5  
     1.6  
     1.7 -  ///\todo to document later
     1.8 +  //\todo to document later
     1.9    template<typename T, T v>
    1.10    struct Const { };
    1.11 -  ///\todo to document later
    1.12 +  //\todo to document later
    1.13    template<typename K, typename V, V v>
    1.14    class ConstMap<K, Const<V, v> > : public MapBase<K, V>
    1.15    {