From fd29e538edd8cd180ebfa80b9baaece7a3713e9a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 21 Sep 2003 09:17:31 +0000 Subject: [PATCH] Minor grammatical correction + comment [SVN r20130] --- doc/new-iter-concepts.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/new-iter-concepts.rst b/doc/new-iter-concepts.rst index 8a6a293..230cfcb 100644 --- a/doc/new-iter-concepts.rst +++ b/doc/new-iter-concepts.rst @@ -701,7 +701,7 @@ the ``access_category`` and ``traversal_category`` traits access the ``access`` and ``traversal`` member types within ``iterator_tag``. For iterators whose ``iterator_traits::iterator_category`` type is not ``iterator_tag`` and instead is a tag convertible to one of the -original tags, the appropriate traversal and access tags is deduced. +original tags, the appropriate traversal and access tags are deduced. The following pseudo-code describes the algorithm. :: @@ -763,6 +763,7 @@ category tags for pointer types. }; +.. We need to document the requirements for the type parameters of iterator_tag. .. LocalWords: Abrahams Siek Witt const bool Sutter's WG int UL LI href Lvalue