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;