diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 1e0f501..819dda8 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -456,7 +456,7 @@ struct require_same { typedef T type; }; // require iterator_traits typedef's #ifndef BOOST_NO_STD_ITERATOR_TRAITS typedef typename std::iterator_traits::difference_type D; - // Hmm, this is a bit fragile + // Hmm, the following is a bit fragile //function_requires< SignedIntegerConcept >(); typedef typename std::iterator_traits::reference R; typedef typename std::iterator_traits::pointer P;