Changeset 579:859f8c7e2a40 in lemon-0.x for src/test/graph_test.cc
- Timestamp:
- 05/07/04 17:58:45 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@755
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_test.cc
r578 r579 246 246 template void checkCompile<SymListGraph>(SymListGraph &); 247 247 248 //Due to some mysterious and some conceptual problems it does not work. 249 //template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &); 248 //Due to some mysterious problems it does not work. 249 template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &); 250 //template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &); 250 251 251 252 int main() … … 279 280 std::cout << __FILE__ ": All tests passed.\n"; 280 281 281 } 282 return 0; 283 }
Note: See TracChangeset
for help on using the changeset viewer.