Changeset 733:240003bddaff in lemon-0.x
- Timestamp:
- 07/22/04 22:06:40 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_test.cc
r717 r733 16 16 17 17 using namespace hugo; 18 using namespace hugo::skeleton; 18 19 19 20 template<class Graph> void checkCompileStaticGraph(Graph &G) … … 261 262 } 262 263 264 template 265 void checkCompileStaticGraph<StaticGraphSkeleton>(StaticGraphSkeleton &); 263 266 template void checkCompile<GraphSkeleton>(GraphSkeleton &); 267 264 268 template void checkCompile<SmartGraph>(SmartGraph &); 265 269 template void checkCompile<SymSmartGraph>(SymSmartGraph &);
Note: See TracChangeset
for help on using the changeset viewer.