From 210e7857b27b232e2daa472cc629470df82be5ae Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Sun, 15 Jan 2012 23:59:39 +0000 Subject: [PATCH] Removed redundant function_requires in test case [SVN r76537] --- test/reverse_graph_cc.cpp | 2 -- 1 file changed, 2 deletions(-) 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());