From 3b93bb25ff50913445cf5e0f0c0e6822653b2caa Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 14 Jan 2004 17:15:32 +0000 Subject: [PATCH] Issue 9.26 [SVN r21733] --- doc/iterator_facade_ref.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/iterator_facade_ref.rst b/doc/iterator_facade_ref.rst index 7decae0..08c28ea 100644 --- a/doc/iterator_facade_ref.rst +++ b/doc/iterator_facade_ref.rst @@ -208,11 +208,10 @@ __ `operator arrow`_ :Returns: an object convertible to ``value_type``. For constant objects ``v`` of type ``value_type``, and ``n`` of type - ``difference_type``, and reference ``p`` equal to - ``*static_cast(this)``, ``(*this)[n] = v`` is - equivalent to ``*(p+ n) = v``, and ``static_cast((*this)[n])`` is equivalent to - ``static_cast(*(p+n))`` + ``static_cast(*(*this + n))``