diff --git a/test/permutation_iterator_test.cpp b/test/permutation_iterator_test.cpp index abd1046..7b4c264 100644 --- a/test/permutation_iterator_test.cpp +++ b/test/permutation_iterator_test.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include @@ -44,11 +44,11 @@ void permutation_test() typedef boost::permutation_iterator< element_range_type::const_iterator, index_type::iterator > permutation_const_type; - BOOST_CONCEPT_ASSERT(( + boost::function_requires< boost_concepts::InteroperableIteratorConcept< permutation_type , permutation_const_type - >)); + > >(); BOOST_CHECK( it == begin ); BOOST_CHECK( it != end );