diff -r e619a466ca5d -r 10d378f2821c src/test/graph_wrapper_test.cc --- a/src/test/graph_wrapper_test.cc Sun Nov 14 13:15:46 2004 +0000 +++ b/src/test/graph_wrapper_test.cc Mon Nov 15 12:25:39 2004 +0000 @@ -46,15 +46,20 @@ // function_requires > >(); -// function_requires , Graph::EdgeMap > > >(); -// function_requires > > >(); -// function_requires > > >(); + checkConcept , StaticGraph::EdgeMap > >(); + checkConcept > >(); + checkConcept > >(); + + checkConcept, StaticGraph::EdgeMap > >(); -// function_requires, Graph::EdgeMap > > > (); + checkConcept >(); -// function_requires > >(); - -// function_requires, Graph::EdgeMap > > >(); + checkConcept, StaticGraph::EdgeMap > >(); // function_requires > > >(); }