Fixed issue with "writable iterators must include in their

documentation..."


[SVN r21082]
This commit is contained in:
Dave Abrahams
2003-12-02 14:44:43 +00:00
parent 593311f43e
commit 1b29ec1741
2 changed files with 5 additions and 9 deletions

View File

@ -395,9 +395,7 @@ Writable Iterators [lib.writable.iterators]
A class or built-in type ``X`` models the *Writable Iterator* concept
if the following expressions are valid and respect the stated
semantics. In addition, a model of *Writable Iterator* must include
in its documentation the *set of value types* that it allows for
output.
semantics. Writable Iterators have an associated *set of value types*.
+---------------------------------------------------------------------+
|Writable Iterator Requirements (in addition to CopyConstructible) |