# HG changeset patch # User alpar # Date 1090393274 0 # Node ID 6874df3f61dbc0e0967f6e3310f53984a5080960 # Parent e7f13f60fcfd52bbaa5508ecf8ffe14a90d5ba52 Test EdgeSet/NodeSet as well. diff -r e7f13f60fcfd -r 6874df3f61db src/test/graph_test.cc --- a/src/test/graph_test.cc Wed Jul 21 06:59:55 2004 +0000 +++ b/src/test/graph_test.cc Wed Jul 21 07:01:14 2004 +0000 @@ -267,9 +267,8 @@ template void checkCompile(SymListGraph &); template void checkCompileStaticGraph(FullGraph &); -//Due to some mysterious problems it does not work. template void checkCompile >(EdgeSet &); -//template void checkCompile >(EdgeSet &); +template void checkCompile >(EdgeSet &); int main() {