Changeset 997:665ffade9aca in lemon-0.x for src/test
- Timestamp:
- 11/15/04 17:39:55 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/graph_wrapper_test.cc
r992 r997 45 45 checkConcept<StaticGraph, GraphWrapper<StaticGraph> >(); 46 46 47 // function_requires<StaticGraphConcept<RevGraphWrapper<Graph>> >();47 checkConcept<StaticGraph, RevGraphWrapper<StaticGraph> >(); 48 48 49 49 checkConcept<StaticGraph, SubGraphWrapper<StaticGraph,
Note: See TracChangeset
for help on using the changeset viewer.