From dfc43d81cf61d4d9b7e4475979151b550838cad1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 12 Jul 2003 16:39:19 +0000 Subject: [PATCH] Fix a couple of typos [SVN r19089] --- doc/facade-and-adaptor.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/facade-and-adaptor.rst b/doc/facade-and-adaptor.rst index 169b856..321c9e2 100644 --- a/doc/facade-and-adaptor.rst +++ b/doc/facade-and-adaptor.rst @@ -585,8 +585,8 @@ out of the overload set when the types are not interoperable.] The ``Derived`` template parameter must be a class derived from ``iterator_facade``. -The default for the ``Reference`` parameter is `Value&`` if the access -category for ``iterator_facade`` is implicitly convertible to +The default for the ``Reference`` parameter is ``Value&`` if the +access category for ``iterator_facade`` is implicitly convertible to ``writable_iterator_tag``, and ``const Value&`` otherwise. The following table describes the other requirements on the @@ -1513,7 +1513,7 @@ Class template ``function_output_iterator`` public: typedef iterator_tag< writable_iterator_tag - , incrementable_iterator_tag + , incrementable_traversal_tag > iterator_category; typedef void value_type; typedef void difference_type;