equal
deleted
inserted
replaced
34 void check_concepts() { |
34 void check_concepts() { |
35 |
35 |
36 { // checking graph components |
36 { // checking graph components |
37 checkConcept<BaseUGraphComponent, BaseUGraphComponent >(); |
37 checkConcept<BaseUGraphComponent, BaseUGraphComponent >(); |
38 |
38 |
39 checkConcept<BaseIterableUGraphComponent<>, |
|
40 BaseIterableUGraphComponent<> >(); |
|
41 |
|
42 checkConcept<IDableUGraphComponent<>, |
39 checkConcept<IDableUGraphComponent<>, |
43 IDableUGraphComponent<> >(); |
40 IDableUGraphComponent<> >(); |
44 |
41 |
45 checkConcept<IterableUGraphComponent<>, |
42 checkConcept<IterableUGraphComponent<>, |
46 IterableUGraphComponent<> >(); |
43 IterableUGraphComponent<> >(); |