equal
deleted
inserted
replaced
265 template void checkCompile<SymSmartGraph>(SymSmartGraph &); |
265 template void checkCompile<SymSmartGraph>(SymSmartGraph &); |
266 template void checkCompile<ListGraph>(ListGraph &); |
266 template void checkCompile<ListGraph>(ListGraph &); |
267 template void checkCompile<SymListGraph>(SymListGraph &); |
267 template void checkCompile<SymListGraph>(SymListGraph &); |
268 template void checkCompileStaticGraph<FullGraph>(FullGraph &); |
268 template void checkCompileStaticGraph<FullGraph>(FullGraph &); |
269 |
269 |
270 //Due to some mysterious problems it does not work. |
|
271 template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &); |
270 template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &); |
272 //template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &); |
271 template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &); |
273 |
272 |
274 int main() |
273 int main() |
275 { |
274 { |
276 { |
275 { |
277 SmartGraph G; |
276 SmartGraph G; |