Changeset 933:1b7c88fbb950 in lemon-0.x for src/test
- Timestamp:
- 10/01/04 13:31:03 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_wrapper_test.cc
r921 r933 50 50 template void checkCompileStaticGraph<SubGW>(SubGW &); 51 51 52 //Compile NodeSubGraphWrapper 53 typedef NodeSubGraphWrapper<Graph, Graph::NodeMap<bool> > NodeSubGW; 54 template void checkCompileStaticGraph<NodeSubGW>(NodeSubGW &); 55 56 //Compile EdgeSubGraphWrapper 57 typedef EdgeSubGraphWrapper<Graph, Graph::EdgeMap<bool> > EdgeSubGW; 58 template void checkCompileStaticGraph<EdgeSubGW>(EdgeSubGW &); 59 52 60 //Compile UndirGraphWrapper 53 61 /// \bug UndirGraphWrapper cannot pass the StaticGraph test
Note: See TracChangeset
for help on using the changeset viewer.