src/test/graph_test.cc
changeset 1037 3eaff8d04171
parent 989 ca95f8b5c931
child 1043 52a2201a88e9
equal deleted inserted replaced
29:01e344c4d592 30:9b31cee84767
    27     checkConcept<IDableGraphComponent, IDableGraphComponent >();
    27     checkConcept<IDableGraphComponent, IDableGraphComponent >();
    28     checkConcept<MaxIDableGraphComponent, MaxIDableGraphComponent >();
    28     checkConcept<MaxIDableGraphComponent, MaxIDableGraphComponent >();
    29 
    29 
    30     checkConcept<BaseExtendableGraphComponent, BaseExtendableGraphComponent >();
    30     checkConcept<BaseExtendableGraphComponent, BaseExtendableGraphComponent >();
    31     checkConcept<BaseErasableGraphComponent, BaseErasableGraphComponent >();
    31     checkConcept<BaseErasableGraphComponent, BaseErasableGraphComponent >();
    32     checkConcept<BaseClearableGraphComponent, BaseClearableGraphComponent >();
       
    33 
    32 
    34     checkConcept<IterableGraphComponent, IterableGraphComponent >();
    33     checkConcept<IterableGraphComponent, IterableGraphComponent >();
    35 
    34 
    36     checkConcept<MappableGraphComponent, MappableGraphComponent >();
    35     checkConcept<MappableGraphComponent, MappableGraphComponent >();
    37 
    36