diff -r c2992fd74dad -r a954b780e3ab test/graph_adaptor_test.cc --- a/test/graph_adaptor_test.cc Wed Feb 22 18:26:56 2006 +0000 +++ b/test/graph_adaptor_test.cc Thu Feb 23 08:55:54 2006 +0000 @@ -26,6 +26,7 @@ #include #include #include +#include #include"test/test_tools.h" #include"test/graph_test.h" @@ -66,8 +67,17 @@ checkConcept > >(); - /// \bug why does not compile with StaticGraph - checkConcept >(); + checkConcept >(); + + checkConcept , UGraph::UEdgeMap > >(); + checkConcept > >(); + checkConcept > >(); + + checkConcept > >(); } std::cout << __FILE__ ": All tests passed.\n";