diff --git a/test/reverse_graph_cc.cpp b/test/reverse_graph_cc.cpp index 990ca0f0..eef53bf9 100644 --- a/test/reverse_graph_cc.cpp +++ b/test/reverse_graph_cc.cpp @@ -30,7 +30,6 @@ int main(int,char*[]) BOOST_CONCEPT_ASSERT(( ReadablePropertyGraphConcept )); BOOST_CONCEPT_ASSERT(( ReadablePropertyGraphConcept )); BOOST_CONCEPT_ASSERT(( ReadablePropertyGraphConcept )); - function_requires< ReadablePropertyGraphConcept >(); AdjList g; Graph gr(g); get_property(gr, graph_name_t()); @@ -49,7 +48,6 @@ int main(int,char*[]) BOOST_CONCEPT_ASSERT(( PropertyGraphConcept )); BOOST_CONCEPT_ASSERT(( PropertyGraphConcept )); BOOST_CONCEPT_ASSERT(( ReadablePropertyGraphConcept )); - function_requires< ReadablePropertyGraphConcept >(); AdjList g; Graph gr(g); get_property(gr, graph_name_t());