equal
deleted
inserted
replaced
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 |