diff --git a/concept_check_test.cpp b/concept_check_test.cpp index 4d631f7..f35acb1 100644 --- a/concept_check_test.cpp +++ b/concept_check_test.cpp @@ -105,9 +105,11 @@ main() typedef generator_archetype > foo; function_requires< GeneratorConcept > >(); } +#if !defined BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION { function_requires< GeneratorConcept< void_generator_archetype, void > >(); } +#endif { typedef unary_function_archetype F; function_requires< UnaryFunctionConcept >();