Changeset 2111:ea1fa1bc3f6d in lemon-0.x for test/dfs_test.cc
- Timestamp:
- 06/28/06 17:06:24 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/dfs_test.cc
r1956 r2111 30 30 void check_Dfs_SmartGraph_Compile() 31 31 { 32 typedef concept:: StaticGraph Graph;32 typedef concept::Graph Graph; 33 33 34 34 typedef Graph::Edge Edge; … … 68 68 { 69 69 typedef int VType; 70 typedef concept:: StaticGraph Graph;70 typedef concept::Graph Graph; 71 71 72 72 typedef Graph::Edge Edge;
Note: See TracChangeset
for help on using the changeset viewer.