src/test/graph_test.cc
changeset 986 e997802b855c
parent 959 c80ef5912903
child 989 ca95f8b5c931
equal deleted inserted replaced
27:27b0cc7a2ccc 28:2c244e17b301
    31     function_requires<BaseErasableGraphComponentConcept<BaseErasableGraphComponent> >();
    31     function_requires<BaseErasableGraphComponentConcept<BaseErasableGraphComponent> >();
    32     function_requires<BaseClearableGraphComponentConcept<BaseClearableGraphComponent> >();
    32     function_requires<BaseClearableGraphComponentConcept<BaseClearableGraphComponent> >();
    33 
    33 
    34     function_requires<IterableGraphComponentConcept<IterableGraphComponent> >();
    34     function_requires<IterableGraphComponentConcept<IterableGraphComponent> >();
    35 
    35 
    36     function_requires<IdMappableGraphComponentConcept<IdMappableGraphComponent> >();
       
    37     function_requires<MappableGraphComponentConcept<MappableGraphComponent> >();
    36     function_requires<MappableGraphComponentConcept<MappableGraphComponent> >();
    38 
    37 
    39     function_requires<ExtendableGraphComponentConcept<ExtendableGraphComponent> >();
    38     function_requires<ExtendableGraphComponentConcept<ExtendableGraphComponent> >();
    40     function_requires<ErasableGraphComponentConcept<ErasableGraphComponent> >();
    39     function_requires<ErasableGraphComponentConcept<ErasableGraphComponent> >();
    41     function_requires<ClearableGraphComponentConcept<ClearableGraphComponent> >();
    40     function_requires<ClearableGraphComponentConcept<ClearableGraphComponent> >();