From bf40cfee242f20fa349253170d2634447371d1c6 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 23 Feb 2001 15:35:42 +0000 Subject: [PATCH] add test for edge_length to the SGB section [SVN r9318] --- example/concept_checks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/example/concept_checks.cpp b/example/concept_checks.cpp index 6cffa147..bad26247 100644 --- a/example/concept_checks.cpp +++ b/example/concept_checks.cpp @@ -347,6 +347,7 @@ main(int,char*[]) function_requires< VertexListGraphConcept >(); function_requires< PropertyGraphConcept > >(); function_requires< PropertyGraphConcept > >(); + function_requires< PropertyGraphConcept >(); } #endif #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION