test/ugraph_test.cc
changeset 2237 5674a5983e1e
parent 2121 09a07a851506
child 2260 4274224f8a7d
equal deleted inserted replaced
6:623841861ea4 7:1af04807103d
    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<> >();