Changeset 793:9cd0aeea47b0 in lemon-0.x for src/test/graph_test.cc
- Timestamp:
- 09/03/04 11:41:50 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_test.cc
r787 r793 19 19 20 20 using namespace hugo; 21 using namespace hugo::skeleton;22 21 23 22 template<class Graph> void checkCompileStaticGraph(Graph &G) … … 342 341 343 342 //Compile GraphSkeleton 344 template 345 void checkCompileStaticGraph<StaticGraphSkeleton>(StaticGraphSkeleton &); 346 template void checkCompile<GraphSkeleton>(GraphSkeleton &); 347 template 348 void checkCompileErase<EraseableGraphSkeleton>(EraseableGraphSkeleton &); 343 template void checkCompileStaticGraph<skeleton::StaticGraphSkeleton> 344 (skeleton::StaticGraphSkeleton &); 345 346 template void checkCompile<skeleton::GraphSkeleton>(skeleton::GraphSkeleton &); 347 348 template void checkCompileErase<skeleton::EraseableGraphSkeleton> 349 (skeleton::EraseableGraphSkeleton &); 349 350 350 351 //Compile SmartGraph
Note: See TracChangeset
for help on using the changeset viewer.