src/test/graph_test.cc
changeset 585 87c34740a0ec
parent 578 159f1cbf8a45
child 592 5961cce7ec53
equal deleted inserted replaced
7:6ff85549a2b5 8:d0bcb28821d9
   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 }