diff -r df2e45e09652 -r 81bf2d766164 src/test/graph_test.cc --- a/src/test/graph_test.cc Thu Sep 02 10:07:30 2004 +0000 +++ b/src/test/graph_test.cc Thu Sep 02 10:54:26 2004 +0000 @@ -320,6 +320,7 @@ //Compile SmartGraph template void checkCompile(SmartGraph &); + //Compile SymSmartGraph template void checkCompile(SymSmartGraph &); @@ -328,6 +329,7 @@ template void checkCompileErase(ListGraph &); template void checkCompileFindEdge(ListGraph &); + //Compile SymListGraph template void checkCompile(SymListGraph &); template void checkCompileErase(SymListGraph &);