test/graph_test.cc
changeset 2248 1ac928089d68
parent 2121 09a07a851506
child 2260 4274224f8a7d
equal deleted inserted replaced
4:30f8ddb0e214 5:32794a6e56f2
    35 
    35 
    36 
    36 
    37 int main() {
    37 int main() {
    38   { // checking graph components
    38   { // checking graph components
    39     checkConcept<BaseGraphComponent, BaseGraphComponent >();
    39     checkConcept<BaseGraphComponent, BaseGraphComponent >();
    40 
       
    41     checkConcept<BaseIterableGraphComponent<>, 
       
    42       BaseIterableGraphComponent<> >();
       
    43 
    40 
    44     checkConcept<IDableGraphComponent<>, 
    41     checkConcept<IDableGraphComponent<>, 
    45       IDableGraphComponent<> >();
    42       IDableGraphComponent<> >();
    46 
    43 
    47     checkConcept<IterableGraphComponent<>, 
    44     checkConcept<IterableGraphComponent<>,