diff -r 4274224f8a7d -r c52b572c294f lemon/concepts/ugraph.h --- a/lemon/concepts/ugraph.h Tue Oct 24 17:19:16 2006 +0000 +++ b/lemon/concepts/ugraph.h Thu Oct 26 06:54:13 2006 +0000 @@ -505,8 +505,6 @@ /// /// ReadWrite map of the nodes to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (NodeMap) - /// needs some extra attention! template class NodeMap : public ReadWriteMap< Node, T > { @@ -531,8 +529,6 @@ /// /// Reference map of the directed edges to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (EdgeMap) - /// needs some extra attention! template class EdgeMap : public ReadWriteMap { @@ -556,8 +552,6 @@ /// Reference map of the edges to type \c T. /// \sa Reference - /// \warning Making maps that can handle bool type (UEdgeMap) - /// needs some extra attention! template class UEdgeMap : public ReadWriteMap {