From b7663f2747645c2fc14fe86f2cf6b2072c551e78 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 11 May 2001 03:54:59 +0000 Subject: [PATCH] changed comment [SVN r10086] --- include/boost/concept_check.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;