diff -r da142c310d02 -r 4274224f8a7d lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Tue Oct 24 16:49:41 2006 +0000 +++ b/lemon/bits/vector_map.h Tue Oct 24 17:19:16 2006 +0000 @@ -28,7 +28,7 @@ #include #include -#include +#include ///\ingroup graphbits /// @@ -133,7 +133,7 @@ /// is assigned by the value of the given ReadMap. template VectorMap& operator=(const CMap& cmap) { - checkConcept, CMap>(); + checkConcept, CMap>(); const typename Parent::Notifier* notifier = Parent::getNotifier(); Item it; for (notifier->first(it); it != INVALID; notifier->next(it)) {