lemon/concept/graph.h
changeset 2231 06faf3f06d67
parent 2134 914602e294be
     1.1 --- a/lemon/concept/graph.h	Tue Oct 03 11:24:41 2006 +0000
     1.2 +++ b/lemon/concept/graph.h	Tue Oct 03 11:46:39 2006 +0000
     1.3 @@ -439,7 +439,6 @@
     1.4        template <typename RGraph>
     1.5        struct Constraints {
     1.6          void constraints() {
     1.7 -          checkConcept<BaseIterableGraphComponent<>, Graph>();
     1.8            checkConcept<IterableGraphComponent<>, Graph>();
     1.9            checkConcept<MappableGraphComponent<>, Graph>();
    1.10          }