# HG changeset patch # User alpar # Date 1090526800 0 # Node ID 240003bddaff84c8af81e33774e7b94ac5986076 # Parent 33cbc0635e923ed7cdea375e419f7c3ea2a0797f Check StaticGraphSkeleton, as well. 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 &);