lemon/concept/graph.h
changeset 2259 da142c310d02
parent 2134 914602e294be
equal deleted inserted replaced
27:8d96ead0da83 28:9887a0810545
   437       };
   437       };
   438 
   438 
   439       template <typename RGraph>
   439       template <typename RGraph>
   440       struct Constraints {
   440       struct Constraints {
   441         void constraints() {
   441         void constraints() {
   442           checkConcept<BaseIterableGraphComponent<>, Graph>();
       
   443           checkConcept<IterableGraphComponent<>, Graph>();
   442           checkConcept<IterableGraphComponent<>, Graph>();
   444           checkConcept<MappableGraphComponent<>, Graph>();
   443           checkConcept<MappableGraphComponent<>, Graph>();
   445         }
   444         }
   446       };
   445       };
   447 
   446