factored iterator adaptor stuff and a few other edits

[SVN r19465]
This commit is contained in:
Jeremy Siek
2003-08-05 18:19:55 +00:00
parent 19977c757f
commit 0f42b93c3b
9 changed files with 656 additions and 308 deletions

View File

@ -106,7 +106,7 @@ out of the overload set when the types are not interoperable.]
.. _iterator facade requirements:
``iterator_facade`` requirements
================================
................................
The ``Derived`` template parameter must be a class derived from
``iterator_facade``.
@ -164,7 +164,7 @@ interoperable with ``X``.
``iterator_facade`` operations
==============================
..............................
The operations in this section are described in terms of operations on
the core interface of ``Derived`` which may be inaccessible