diff -r 2c925c18d130 -r 79b68a337f9f src/test/graph_wrapper_test.cc --- a/src/test/graph_wrapper_test.cc Fri Apr 22 17:53:26 2005 +0000 +++ b/src/test/graph_wrapper_test.cc Sat Apr 23 16:59:49 2005 +0000 @@ -19,6 +19,7 @@ #include #include +#include #include #include @@ -62,6 +63,11 @@ checkConcept > >(); + + /// \bug why does not compile with StaticGraph + checkConcept >(); + checkConcept >(); + checkConcept >(); } std::cout << __FILE__ ": All tests passed.\n";