diff -r 33cbc0635e92 -r 240003bddaff src/test/graph_test.cc --- a/src/test/graph_test.cc Thu Jul 22 19:59:18 2004 +0000 +++ b/src/test/graph_test.cc Thu Jul 22 20:06:40 2004 +0000 @@ -15,6 +15,7 @@ */ using namespace hugo; +using namespace hugo::skeleton; template void checkCompileStaticGraph(Graph &G) { @@ -260,7 +261,10 @@ } } +template +void checkCompileStaticGraph(StaticGraphSkeleton &); template void checkCompile(GraphSkeleton &); + template void checkCompile(SmartGraph &); template void checkCompile(SymSmartGraph &); template void checkCompile(ListGraph &);