[Lemon-commits] [lemon_svn] alpar: r989 - hugo/trunk/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:42:35 CET 2006


Author: alpar
Date: Thu Jul 22 22:06:40 2004
New Revision: 989

Modified:
   hugo/trunk/src/test/graph_test.cc

Log:
Check StaticGraphSkeleton, as well.


Modified: hugo/trunk/src/test/graph_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_test.cc	(original)
+++ hugo/trunk/src/test/graph_test.cc	Thu Jul 22 22:06:40 2004
@@ -15,6 +15,7 @@
 */
 
 using namespace hugo;
+using namespace hugo::skeleton;
 
 template<class Graph> void checkCompileStaticGraph(Graph &G) 
 {
@@ -260,7 +261,10 @@
   }  
 }
 
+template
+void checkCompileStaticGraph<StaticGraphSkeleton>(StaticGraphSkeleton &);
 template void checkCompile<GraphSkeleton>(GraphSkeleton &);
+
 template void checkCompile<SmartGraph>(SmartGraph &);
 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
 template void checkCompile<ListGraph>(ListGraph &);



More information about the Lemon-commits mailing list