added base() function to the interface of the specialized adaptors

[SVN r21619]
This commit is contained in:
Jeremy Siek
2004-01-12 04:17:26 +00:00
parent 5b608e114b
commit f0add8a043
23 changed files with 574 additions and 1762 deletions

View File

@ -22,7 +22,7 @@
the cases when the ``Incrementable`` type is a numeric type.]
``counting_iterator`` requirements
----------------------------------
..................................
The ``Incrementable`` type must be Default Constructible, Copy
Constructible, and Assignable. The default distance is
@ -30,7 +30,7 @@ an implementation defined signed integral type.
``counting_iterator`` models
----------------------------
............................
``counting_iterator`` models Readable Lvalue Iterator.
@ -59,7 +59,7 @@ required::
``counting_iterator`` operations
--------------------------------
................................
``counting_iterator();``