diff -r da414906fe21 -r bb40b6db0a58 lemon/maps.h --- a/lemon/maps.h Fri Sep 26 12:40:11 2008 +0200 +++ b/lemon/maps.h Sat Sep 27 14:33:28 2008 +0200 @@ -484,8 +484,6 @@ /// function. /// /// \sa CombineMap - /// - /// \todo Check the requirements. template class ComposeMap : public MapBase { const M1 &_m1; @@ -540,8 +538,6 @@ /// function. /// /// \sa ComposeMap - /// - /// \todo Check the requirements. template class CombineMap : public MapBase {