equal
deleted
inserted
replaced
695 } |
695 } |
696 |
696 |
697 template <typename Graph> |
697 template <typename Graph> |
698 struct Constraints { |
698 struct Constraints { |
699 void constraints() { |
699 void constraints() { |
700 checkConcept<BaseIterableUGraphComponent<>, Graph>(); |
|
701 checkConcept<IterableUGraphComponent<>, Graph>(); |
700 checkConcept<IterableUGraphComponent<>, Graph>(); |
702 checkConcept<MappableUGraphComponent<>, Graph>(); |
701 checkConcept<MappableUGraphComponent<>, Graph>(); |
703 } |
702 } |
704 }; |
703 }; |
705 |
704 |