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