src/test/dfs_test.cc
changeset 889 47bb9b8f5705
parent 793 9cd0aeea47b0
child 906 17f31d280385
equal deleted inserted replaced
1:7d9ccf1f70d5 2:61a6665b4962
     8 const int PET_SIZE =5;
     8 const int PET_SIZE =5;
     9 
     9 
    10 
    10 
    11 void check_Dfs_SmartGraph_Compile() 
    11 void check_Dfs_SmartGraph_Compile() 
    12 {
    12 {
    13   typedef skeleton::StaticGraphSkeleton Graph;
    13   typedef skeleton::StaticGraph Graph;
    14 
    14 
    15   typedef Graph::Edge Edge;
    15   typedef Graph::Edge Edge;
    16   typedef Graph::Node Node;
    16   typedef Graph::Node Node;
    17   typedef Graph::EdgeIt EdgeIt;
    17   typedef Graph::EdgeIt EdgeIt;
    18   typedef Graph::NodeIt NodeIt;
    18   typedef Graph::NodeIt NodeIt;