diff --git a/lemon/maps.h b/lemon/maps.h --- a/lemon/maps.h +++ b/lemon/maps.h @@ -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 {