From 83de27a445e00da09d789c883e87d0492c30fcb5 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 17 Dec 2003 20:16:46 +0000 Subject: [PATCH] change from "same as" to "convertible to" [SVN r21309] --- doc/indirect_iterator_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/indirect_iterator_ref.rst b/doc/indirect_iterator_ref.rst index a28aaab..f6b78a2 100644 --- a/doc/indirect_iterator_ref.rst +++ b/doc/indirect_iterator_ref.rst @@ -74,7 +74,7 @@ The ``Iterator`` type must meet the requirements of Readable Iterator. Also, the following requirements are placed on ``iterator_traits::value_type``. Let ``i`` be an object of type ``iterator_traits::value_type``. Then ``*i`` must be a -valid expression, and the type of ``*i`` must be the same as the +valid expression, and the type of ``*i`` must be convertible to ``iterator_adaptor::reference``. Also, there are further requirements on the ``iterator_traits::value_type`` if the ``Value`` parameter is not ``use_default``, as implied by the algorithm for deducing