Changeset 892:004636791dd7 in lemon-0.x for src/test/graph_wrapper_test.cc
- Timestamp:
- 09/21/04 13:54:20 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_wrapper_test.cc
r891 r892 43 43 //template void checkCompileStaticGraph<UndirG>(UndirG &); 44 44 45 // typedef SubBidirGraphWrapper<Graph, Graph::EdgeMap<bool>,46 /// \bug SubBidirGraphWrapper cannot pass the StaticGraph test 47 //Graph::EdgeMap<bool> > SubBDGW;48 //template void checkCompileStaticGraph<SubBDGW>(SubBDGW &);45 //Compile SubBidirGraphWrapper 46 typedef SubBidirGraphWrapper<Graph, Graph::EdgeMap<bool>, 47 Graph::EdgeMap<bool> > SubBDGW; 48 template void checkCompileStaticGraph<SubBDGW>(SubBDGW &); 49 49 50 50 //Compile BidirGraphWrapper 51 //typedef BidirGraphWrapper<Graph> BidirGW;52 //template void checkCompileStaticGraph<BidirGW>(BidirGW &);51 typedef BidirGraphWrapper<Graph> BidirGW; 52 template void checkCompileStaticGraph<BidirGW>(BidirGW &); 53 53 54 54 //Compile BidirGraph 55 //typedef BidirGraph<Graph> BidirG;56 //template void checkCompileStaticGraph<BidirG>(BidirG &);55 typedef BidirGraph<Graph> BidirG; 56 template void checkCompileStaticGraph<BidirG>(BidirG &); 57 57 58 58 //Compile ResGraphWrapper 59 //typedef ResGraphWrapper<Graph, int, Graph::EdgeMap<int>,60 //Graph::EdgeMap<int> > ResGW;61 //template void checkCompileStaticGraph<ResGW>(ResGW &);59 typedef ResGraphWrapper<Graph, int, Graph::EdgeMap<int>, 60 Graph::EdgeMap<int> > ResGW; 61 template void checkCompileStaticGraph<ResGW>(ResGW &); 62 62 63 63 //Compile ErasingFirstGraphWrapper
Note: See TracChangeset
for help on using the changeset viewer.