equal
deleted
inserted
replaced
243 template void checkCompile<SmartGraph>(SmartGraph &); |
243 template void checkCompile<SmartGraph>(SmartGraph &); |
244 template void checkCompile<SymSmartGraph>(SymSmartGraph &); |
244 template void checkCompile<SymSmartGraph>(SymSmartGraph &); |
245 template void checkCompile<ListGraph>(ListGraph &); |
245 template void checkCompile<ListGraph>(ListGraph &); |
246 template void checkCompile<SymListGraph>(SymListGraph &); |
246 template void checkCompile<SymListGraph>(SymListGraph &); |
247 |
247 |
248 //Due to some mysterious and some conceptual problems it does not work. |
248 //Due to some mysterious problems it does not work. |
249 //template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &); |
249 template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &); |
|
250 //template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &); |
250 |
251 |
251 int main() |
252 int main() |
252 { |
253 { |
253 { |
254 { |
254 SmartGraph G; |
255 SmartGraph G; |
276 //\todo map tests. |
277 //\todo map tests. |
277 //\todo copy constr tests. |
278 //\todo copy constr tests. |
278 |
279 |
279 std::cout << __FILE__ ": All tests passed.\n"; |
280 std::cout << __FILE__ ": All tests passed.\n"; |
280 |
281 |
281 } |
282 return 0; |
|
283 } |