From e6c5b80afd2a99a3fc7c7c599dbd9b0ccac80bac Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 13 Jan 2004 18:52:30 +0000 Subject: [PATCH] uncommented the constrains on the operations for InteroperableIteratorConcept (also changed the name) [SVN r21692] --- include/boost/iterator/iterator_concepts.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/boost/iterator/iterator_concepts.hpp b/include/boost/iterator/iterator_concepts.hpp index 837ac40..a8ca1ee 100644 --- a/include/boost/iterator/iterator_concepts.hpp +++ b/include/boost/iterator/iterator_concepts.hpp @@ -329,7 +329,7 @@ namespace detail } // namespace detail template - class InteroperableConcept + class InteroperableIteratorConcept { public: typedef typename boost::detail::pure_traversal_tag< @@ -362,9 +362,7 @@ namespace detail (boost::is_same< traversal_category, const_traversal_category>::value) ); - // ToDo check what the std really requires - - // detail::Operations::constraints(i, ci); + detail::Operations::constraints(i, ci); ci = i;