Check StaticGraphSkeleton, as well.
1.1 --- a/src/test/graph_test.cc Thu Jul 22 19:59:18 2004 +0000
1.2 +++ b/src/test/graph_test.cc Thu Jul 22 20:06:40 2004 +0000
1.3 @@ -15,6 +15,7 @@
1.4 */
1.5
1.6 using namespace hugo;
1.7 +using namespace hugo::skeleton;
1.8
1.9 template<class Graph> void checkCompileStaticGraph(Graph &G)
1.10 {
1.11 @@ -260,7 +261,10 @@
1.12 }
1.13 }
1.14
1.15 +template
1.16 +void checkCompileStaticGraph<StaticGraphSkeleton>(StaticGraphSkeleton &);
1.17 template void checkCompile<GraphSkeleton>(GraphSkeleton &);
1.18 +
1.19 template void checkCompile<SmartGraph>(SmartGraph &);
1.20 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
1.21 template void checkCompile<ListGraph>(ListGraph &);